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 /astro | |
parent | a4da4776f1822761dc6ede9613d669b718644578 (diff) | |
download | ports-077a58f032efc81c06a5c627cf14888c6eee37d9.tar.gz ports-077a58f032efc81c06a5c627cf14888c6eee37d9.zip |
Notes
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 |