diff options
author | xtraeme <xtraeme> | 2004-01-28 12:13:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-28 12:13:02 +0000 |
commit | 5eae8105dd2f3095f3a313a53cfcfaa0e1386874 (patch) | |
tree | ba3f5752c9773320b68927ff89e5a1af7e062307 /editors/nedit/Makefile | |
parent | 0cc97aaab2c937f52946da0fbf70e1e2b0a93c6b (diff) | |
download | pkgsrc-5eae8105dd2f3095f3a313a53cfcfaa0e1386874.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/nedit/Makefile')
-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: |