diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
commit | 077a58f032efc81c06a5c627cf14888c6eee37d9 (patch) | |
tree | 14fee1a21bf0a706c4026dfb70c9bd7281351d20 /x11-fm | |
parent | a4da4776f1822761dc6ede9613d669b718644578 (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=209583
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 3ca486cd7245..d68e54fe63ec 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} |