diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-25 07:28:19 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-25 07:28:19 +0800 |
commit | c698e369a48fc6fee3cbcb4e64f5eaaf1d54be40 (patch) | |
tree | 34dc2ff85faed4e37eb54fe507a6dc2b124c3473 /astro | |
parent | 793522c0a73b04e92c53758984348c28d0cf93c5 (diff) | |
download | freebsd-ports-gnome-c698e369a48fc6fee3cbcb4e64f5eaaf1d54be40.tar.gz freebsd-ports-gnome-c698e369a48fc6fee3cbcb4e64f5eaaf1d54be40.tar.zst freebsd-ports-gnome-c698e369a48fc6fee3cbcb4e64f5eaaf1d54be40.zip |
USE_X_PREFIX
Submitted by: MAINTAINER
Diffstat (limited to 'astro')
-rw-r--r-- | astro/kstars/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 95af069ca4dc..aaad185cc0e2 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -15,5 +15,6 @@ MAINTAINER= pat@databits.net GNU_CONFIGURE= yes USE_KDELIBS_VER= 2 +USE_X_PREFIX= yes .include <bsd.port.mk> |