diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-05-27 14:26:21 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-05-27 14:26:21 +0000 |
commit | ab44d03168f2233ac5ab0acdc15bf65f02149218 (patch) | |
tree | 8ae191dd5ba12cb195389ddfd3fee977f5fcd473 /ftp/gftp/Makefile | |
parent | - Update to 1.9.3 (diff) |
move from X11BASE to LOCALBASE
bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=192038
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> |