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 /x11-fm/jaffm | |
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 'x11-fm/jaffm')
-rw-r--r-- | x11-fm/jaffm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fm/jaffm/Makefile b/x11-fm/jaffm/Makefile index 8e34ead06c62..a3ad5dffe75e 100644 --- a/x11-fm/jaffm/Makefile +++ b/x11-fm/jaffm/Makefile @@ -7,7 +7,7 @@ PORTNAME= jaffm PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= http://binary.is/download/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -17,7 +17,6 @@ COMMENT= A lightweight file manager inspired by MacOS Finder USE_BZIP2= yes USE_WX= 2.4-2.6 -USE_X_PREFIX= yes ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} |