diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /x11-fm | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.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/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 648b315ac23c..6dfecb21ce53 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 1a22212fc546..18322b60ab85 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 \ |