diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 15:55:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 15:55:17 +0000 |
commit | 3d6cdbd7135f645b6bb7db77c855aeae76b31144 (patch) | |
tree | a6e09d8e51281a29c57f040f0e32f5158baf9757 /editors | |
parent | 4f5f02e79fc8466033dedada9002ec34701f4101 (diff) | |
download | pkgsrc-3d6cdbd7135f645b6bb7db77c855aeae76b31144.tar.gz |
There's no need to use 'USE_X11BASE' in xvile package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xvile/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 9cd40c5264c..a574e5e067a 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.37 2003/07/17 21:35:15 grant Exp $ +# $NetBSD: Makefile,v 1.38 2004/01/28 15:55:17 xtraeme Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # DISTNAME= vile-9.3 PKGNAME= xvile-9.3 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/ \ ftp://invisible-island.net/vile/ @@ -13,7 +14,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= VI Like Emacs, X11 version -- a fully "X aware" vi work-alike USE_BUILDLINK2= # defined -USE_X11BASE= # defined +USE_X11= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-perl |