diff options
author | tron <tron@pkgsrc.org> | 1998-06-20 14:03:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-20 14:03:12 +0000 |
commit | 4ae80d5b5e2ad47912b8048bb3ab9c26d44a1b86 (patch) | |
tree | 66bd2eb3121fd6fcbab4d4c71e902314ae1deb09 /editors | |
parent | 9ddda2fb4a32047d2e90199575cd1e9d42b1e2c5 (diff) | |
download | pkgsrc-4ae80d5b5e2ad47912b8048bb3ab9c26d44a1b86.tar.gz |
Remove unnecessary "USE_X11= yes".
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |