summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-24 23:21:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-24 23:21:25 +0000
commitca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch)
treee23ad8f32a26812997940fcbb692cd233adb348c /ftp
parentUpgrade devel/llvm and lang/llvm-gcc4 to LLVM 2.2. (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209735
Diffstat (limited to 'ftp')
-rw-r--r--ftp/IglooFTP/Makefile1
-rw-r--r--ftp/gftp/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile
index 68d7b39f4ee3..15b72dbc8a84 100644
--- a/ftp/IglooFTP/Makefile
+++ b/ftp/IglooFTP/Makefile
@@ -19,7 +19,6 @@ COMMENT= Easy to use FTP client for X Window System
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
-USE_X_PREFIX= yes
USE_GNOME= gtk12
ALL_TARGET= # empty
MAKE_ARGS= CC=${CC} C_FLAGS="${CFLAGS}" DESTDIR=${PREFIX}
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index 88b428064136..deb7f6c9ce6b 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -29,7 +29,7 @@ OPTIONS= X11 "Build with X11 frontend" on \
NLS "Native Language Support via gettext utilities" on
.if !defined(WITHOUT_X11)
-USE_XLIB= yes
+USE_XORG= x11
.endif
.include <bsd.port.pre.mk>