Thu Jun 13 03:10:44 2019 UTC ()
Disable xulrunner45


(ryoon)
diff -r1.2858 -r1.2859 pkgsrc/devel/Makefile

cvs diff -r1.2858 -r1.2859 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2019/06/11 11:34:38 1.2858
+++ pkgsrc/devel/Makefile 2019/06/13 03:10:44 1.2859
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2858 2019/06/11 11:34:38 markd Exp $ 1# $NetBSD: Makefile,v 1.2859 2019/06/13 03:10:44 ryoon Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -2797,25 +2797,24 @@ SUBDIR+= verifast @@ -2797,25 +2797,24 @@ SUBDIR+= verifast
2797SUBDIR+= visualvm 2797SUBDIR+= visualvm
2798SUBDIR+= vtcl 2798SUBDIR+= vtcl
2799SUBDIR+= waf 2799SUBDIR+= waf
2800SUBDIR+= woboq_codebrowser 2800SUBDIR+= woboq_codebrowser
2801SUBDIR+= xa65 2801SUBDIR+= xa65
2802SUBDIR+= xdelta 2802SUBDIR+= xdelta
2803SUBDIR+= xdelta3 2803SUBDIR+= xdelta3
2804SUBDIR+= xfce4-conf 2804SUBDIR+= xfce4-conf
2805SUBDIR+= xfce4-dev-tools 2805SUBDIR+= xfce4-dev-tools
2806SUBDIR+= xmake 2806SUBDIR+= xmake
2807SUBDIR+= xorg-util-macros 2807SUBDIR+= xorg-util-macros
2808SUBDIR+= xsd 2808SUBDIR+= xsd
2809SUBDIR+= xulrunner192 2809SUBDIR+= xulrunner192
2810SUBDIR+= xulrunner45 
2811SUBDIR+= xxgdb 2810SUBDIR+= xxgdb
2812SUBDIR+= xxhash 2811SUBDIR+= xxhash
2813SUBDIR+= yajl 2812SUBDIR+= yajl
2814SUBDIR+= yarn 2813SUBDIR+= yarn
2815SUBDIR+= yasm 2814SUBDIR+= yasm
2816SUBDIR+= z80-asm 2815SUBDIR+= z80-asm
2817SUBDIR+= zlib 2816SUBDIR+= zlib
2818SUBDIR+= zookeeper 2817SUBDIR+= zookeeper
2819SUBDIR+= zzuf 2818SUBDIR+= zzuf
2820 2819
2821.include "../mk/misc/category.mk" 2820.include "../mk/misc/category.mk"