diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /x11-fm/jaffm | |
parent | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (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=209620
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} |