diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /x11-fm | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | FreeBSD-ports-dd70e028701d877ba20b006edcedc6df5c408d09.zip FreeBSD-ports-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz |
- 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/fsv/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/thunar/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile index 648b315..6dfecb2 100644 --- a/x11-fm/fsv/Makefile +++ b/x11-fm/fsv/Makefile @@ -17,7 +17,6 @@ COMMENT= 3D filesystem visualizer LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea -USE_X_PREFIX= yes USE_GETTEXT= yes USE_GL= yes USE_GNOME= gtk12 diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 1a22212..18322b6 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -28,7 +28,6 @@ USE_GMAKE= yes USE_GNOME= desktopfileutils glib20 gnomehack gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libexo libutil -USE_XLIB= yes OPTIONS= DBUS "Enable D-BUS support" on \ JPEG "Enable JPEG support" on \ |