diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /x11-wm/openbox | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) | |
download | freebsd-ports-gnome-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.tar.gz freebsd-ports-gnome-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.tar.zst freebsd-ports-gnome-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.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-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 7f761d318c32..85a0425e3293 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 libxml2 ltverhack USE_AUTOTOOLS= libtool:15 -USE_XLIB= yes USE_LDCONFIG= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |