diff options
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 4 |
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> |