aboutsummaryrefslogtreecommitdiff
path: root/ftp/gftp
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-05-27 14:26:21 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-05-27 14:26:21 +0000
commitab44d03168f2233ac5ab0acdc15bf65f02149218 (patch)
tree8ae191dd5ba12cb195389ddfd3fee977f5fcd473 /ftp/gftp
parent7f798b92bcb3f933389c30b2ee79a37680dbe9b3 (diff)
downloadports-ab44d03168f2233ac5ab0acdc15bf65f02149218.tar.gz
ports-ab44d03168f2233ac5ab0acdc15bf65f02149218.zip
Notes
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>