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 /astro | |
parent | 71a92f0401a4f87d6db72a4ab48749838052a9bf (diff) | |
download | freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.gz freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.zst freebsd-ports-gnome-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 'astro')
-rw-r--r-- | astro/gpsd/Makefile | 2 | ||||
-rw-r--r-- | astro/wmglobe/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 1caf123b6b65..82520cf703ee 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--disable-garmin .if defined(WITH_XGPS) CONFIGURE_ARGS+=--with-x -USE_XLIB=yes +USE_XORG= x11 PLIST_SUB+= X11="" .else CONFIGURE_ARGS+=--without-x diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile index 76ec9deebf70..ce289a97466d 100644 --- a/astro/wmglobe/Makefile +++ b/astro/wmglobe/Makefile @@ -16,8 +16,6 @@ COMMENT= A neat xearth-like WindowMaker dockapp LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker -USE_X_PREFIX= yes - MAN1= wmglobe.1 PLIST_FILES= bin/wmglobe |