diff options
author | tron <tron> | 1998-06-20 14:03:12 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-20 14:03:12 +0000 |
commit | 8ee06445624dada7d3fde62775e9aa05acd6eb91 (patch) | |
tree | 66bd2eb3121fd6fcbab4d4c71e902314ae1deb09 | |
parent | d9eea31c75ac29392ffe81e7893c52d80933514b (diff) | |
download | pkgsrc-8ee06445624dada7d3fde62775e9aa05acd6eb91.tar.gz |
Remove unnecessary "USE_X11= yes".
-rw-r--r-- | audio/snd/Makefile | 3 | ||||
-rw-r--r-- | devel/ddd/Makefile | 3 | ||||
-rw-r--r-- | editors/nedit/Makefile | 3 | ||||
-rw-r--r-- | www/mozilla/Makefile | 5 |
4 files changed, 5 insertions, 9 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index e3663f7c1e3..a8190802f51 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/09 13:36:48 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/06/20 14:07:07 tron Exp $ # DISTNAME= snd @@ -11,7 +11,6 @@ MAINTAINER= hubertf@netbsd.org DEPENDS+= xpm-3.4j:../../graphics/xpm -USE_X11= yes USE_MOTIF= yes MAKEFILE= makefile.netbsd ALL_TARGET= snd diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index be3a85598ac..137a54c2594 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/06/19 23:49:44 tron Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/20 14:05:02 tron Exp $ # Id: Makefile,v 1.5 1998/02/19 09:43:16 obrien Exp # @@ -14,7 +14,6 @@ MAINTAINER= obrien@NUXI.com DEPENDS+= xpm-3.4j:../../graphics/xpm -USE_X11= yes USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 3bb59b64b4d..0c6082fccfb 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/06/09 13:36:49 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/20 14:03:12 tron Exp $ DISTNAME= nedit_source PKGNAME= nedit-5.0.2 @@ -8,7 +8,6 @@ MASTER_SITES= ftp://ftp.fnal.gov/pub/nedit/v5_0_2/ MAINTAINER= tron@netbsd.org USE_MOTIF= yes -USE_X11= yes NO_WRKSUBDIR= yes NO_CONFIGURE= yes diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index d827cc35b87..08c670d6d7b 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/06/09 13:36:49 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/20 14:07:58 tron Exp $ # DISTNAME= unix-19980429 @@ -10,10 +10,9 @@ MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/source/ \ MAINTAINER= fvdl@netbsd.org -USE_X11= yes +USE_MOTIF= yes USE_GMAKE= yes USE_PERL5= yes -USE_MOTIF= yes WRKSRC= ${WRKDIR}/19980429/mozilla |