diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
commit | 3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188 (patch) | |
tree | e2214727ec8d8e927015b3288697216a207cad1b /x11-fm | |
parent | 71a92f0401a4f87d6db72a4ab48749838052a9bf (diff) | |
download | freebsd-ports-graphics-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.gz freebsd-ports-graphics-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.zst freebsd-ports-graphics-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.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')
-rw-r--r-- | x11-fm/FSViewer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fm/FSViewer/Makefile b/x11-fm/FSViewer/Makefile index 3ca486cd724..d68e54fe63e 100644 --- a/x11-fm/FSViewer/Makefile +++ b/x11-fm/FSViewer/Makefile @@ -7,7 +7,7 @@ PORTNAME= FSViewer.app PORTVERSION= 0.2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fm windowmaker MASTER_SITES= http://www.bayernline.de/~gscholz/linux/fsviewer/ @@ -20,7 +20,6 @@ COMMENT= X11 file manager using WINGS library. Dockable in WindowMaker LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker -USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |