diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | editors/xvile/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 3d23f679906..14f8da4f4a5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4636 2004/01/28 15:45:56 xtraeme Exp $ +$NetBSD: CHANGES,v 1.4637 2004/01/28 15:56:09 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -521,3 +521,4 @@ Changes to the packages collection and infrastructure in 2004: Updated xmame to 0.78.1nb1 [xtraeme 2004-01-28] Updated xmess to 0.78.1nb1 [xtraeme 2004-01-28] Updated minivmac to 0.1.7nb1 [xtraeme 2004-01-28] + Updated xvile to 9.3nb1 [xtraeme 2004-01-28] 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 |