diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 14:16:41 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 14:16:41 +0000 |
commit | b155a5ab4b73fdf03ea11a45247c678aa2ca4156 (patch) | |
tree | 85e847383f304c7686269e6bda26c69845f0ed6e /editors/mule | |
parent | 8f89324344cd4c9c45358484bb79dc55885f34ca (diff) | |
download | pkgsrc-b155a5ab4b73fdf03ea11a45247c678aa2ca4156.tar.gz |
There's no need to use 'USE_X11BASE' in mule package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index b8b271d40ec..08eb8bda41b 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2004/01/22 08:30:30 grant Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/28 14:16:41 xtraeme Exp $ DISTNAME= mule-2.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://ftp.m17n.org/pub/mule/ @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/mule GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_GNU_TOOLS+= make -USE_X11BASE= yes +USE_X11= yes CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-x --with-x-toolkit=lucid CONFIGURE_ARGS+= --terminal-face --mcpath |