aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gftp
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2007-05-27 22:26:21 +0800
committeroliver <oliver@FreeBSD.org>2007-05-27 22:26:21 +0800
commite100be6f8b7bb3930a65235f488ee57992ec199a (patch)
tree851d36bbf5203bd29cdf783d8a9da41ad4b2cd91 /ftp/gftp
parent87786c8671c0aadfb32f1f3d228fbb726294cd09 (diff)
downloadfreebsd-ports-gnome-e100be6f8b7bb3930a65235f488ee57992ec199a.tar.gz
freebsd-ports-gnome-e100be6f8b7bb3930a65235f488ee57992ec199a.tar.zst
freebsd-ports-gnome-e100be6f8b7bb3930a65235f488ee57992ec199a.zip
move from X11BASE to LOCALBASE
bump PORTREVISION
Diffstat (limited to 'ftp/gftp')
-rw-r--r--ftp/gftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index eaf62223ad7b..034619c6d723 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gftp
PORTVERSION= 2.0.18
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ftp
MASTER_SITES= http://gftp.seul.org/ \
ftp://gftp.seul.org/pub/gftp/
@@ -29,7 +29,7 @@ OPTIONS= X11 "Build with X11 frontend" on \
NLS "Native Language Support via gettext utilities" on
.if !defined(WITHOUT_X11)
-USE_X_PREFIX= yes
+USE_XLIB= yes
.endif
.include <bsd.port.pre.mk>