diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /editors/xvile | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 15753e0b9d73..057f6915d2fc 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -7,6 +7,7 @@ PORTNAME= xvile PORTVERSION= 9.6e +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://invisible-island.net/vile/ \ ftp://dickey.his.com/vile/ \ @@ -24,9 +25,9 @@ PATCHFILES= vile-9.6a.patch.gz \ MAINTAINER= gj@FreeBSD.org COMMENT= VI Like Emacs, X11 version -- a fully "X aware" vi work-alike -USE_XLIB= yes MAKEFILE= makefile GNU_CONFIGURE= yes +USE_XORG= x11 xpm xext USE_PERL5= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |