diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /ftp | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.zst freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/axyftp/Makefile | 3 | ||||
-rw-r--r-- | ftp/junglemonkey/Makefile | 1 | ||||
-rw-r--r-- | ftp/xrmftp/Makefile | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/ftp/axyftp/Makefile b/ftp/axyftp/Makefile index 26b4ef14b247..139095880c9e 100644 --- a/ftp/axyftp/Makefile +++ b/ftp/axyftp/Makefile @@ -7,7 +7,7 @@ PORTNAME= axyftp PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= ftp://ftp.bitchx.com/pub/shareware/ \ ftp://ftp.netsw.org/net/ip/filetrans/ftp/axyftp/ \ @@ -17,7 +17,6 @@ MASTER_SITES= ftp://ftp.bitchx.com/pub/shareware/ \ MAINTAINER= beech@FreeBSD.org COMMENT= X Window System FTP client, with WSftp-like UI -USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/ftp/junglemonkey/Makefile b/ftp/junglemonkey/Makefile index 1065b7adb8fb..aa5005a3486b 100644 --- a/ftp/junglemonkey/Makefile +++ b/ftp/junglemonkey/Makefile @@ -17,7 +17,6 @@ COMMENT= A distributed file sharing program for GNOME LIB_DEPENDS= gnet.7:${PORTSDIR}/net/gnet -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libglade USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 diff --git a/ftp/xrmftp/Makefile b/ftp/xrmftp/Makefile index 720285522078..305d10309bbf 100644 --- a/ftp/xrmftp/Makefile +++ b/ftp/xrmftp/Makefile @@ -7,7 +7,7 @@ PORTNAME= xrmftp PORTVERSION= 1.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/ EXTRACT_SUFX= .src.tgz @@ -19,7 +19,6 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.src -USE_X_PREFIX= yes ALL_TARGET= xrmftp CFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/X11 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ |