diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 12:13:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 12:13:02 +0000 |
commit | c2c06717db0f3094103eca5ac18d4eca1e95ba21 (patch) | |
tree | ba3f5752c9773320b68927ff89e5a1af7e062307 /editors | |
parent | 7aadf0d6e5f2a756d9d2e60097bbb8251d17b312 (diff) | |
download | pkgsrc-c2c06717db0f3094103eca5ac18d4eca1e95ba21.tar.gz |
There's no need to use 'USE_X11BASE' in nedit package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index f61d10c7729..9e2030a49c9 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2004/01/22 17:34:48 recht Exp $ +# $NetBSD: Makefile,v 1.33 2004/01/28 12:13:02 xtraeme Exp $ DISTNAME= nedit-${VERS}-source PKGNAME= nedit-${VERS} +PKGREVISION= 1 CATEGORIES= editors #MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \ # http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \ @@ -19,7 +20,7 @@ VERS= 5.4 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK2= YES -USE_X11BASE= YES +USE_X11= YES ALL_TARGET= netbsd do-install: |