diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 13:45:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 13:45:56 +0000 |
commit | 8f89324344cd4c9c45358484bb79dc55885f34ca (patch) | |
tree | 528bf5a65d40a07f98caddac03d7fdeb25084e03 /editors/cooledit | |
parent | 9b01740c389479c9ed05ae6766f89bc94d1c83d1 (diff) | |
download | pkgsrc-8f89324344cd4c9c45358484bb79dc55885f34ca.tar.gz |
There's no need to use 'USE_X11BASE' in cooledit package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 30f1c842dd6..176a700d19f 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/01/22 08:31:31 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/28 13:45:56 xtraeme Exp $ # DISTNAME= cooledit-3.17.5 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://cooledit.sourceforge.net/ @@ -14,7 +15,7 @@ BUILD_USES_MSGFMT= # defined USE_BUILDLINK2= # defined USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= # defined -USE_X11BASE= # defined +USE_X11= # defined GNU_CONFIGURE= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |