diff options
author | xtraeme <xtraeme> | 2004-01-28 14:16:41 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-28 14:16:41 +0000 |
commit | e1be8799bff362df6bd02190f39b8bb9a0a37015 (patch) | |
tree | 85e847383f304c7686269e6bda26c69845f0ed6e /editors | |
parent | 7e935d0be61d11b09023247a29978db3ae927c50 (diff) | |
download | pkgsrc-e1be8799bff362df6bd02190f39b8bb9a0a37015.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')
-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 |