diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 11:20:23 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 11:20:23 +0800 |
commit | 5886be7ed36dd92f273b8750892700504a5cbe14 (patch) | |
tree | 154c791f34a01fd529238b88713b60b71852939f /astro/spacechart | |
parent | cec425eba05c1ad179001ecae95113b5a1b9074e (diff) | |
download | freebsd-ports-gnome-5886be7ed36dd92f273b8750892700504a5cbe14.tar.gz freebsd-ports-gnome-5886be7ed36dd92f273b8750892700504a5cbe14.tar.zst freebsd-ports-gnome-5886be7ed36dd92f273b8750892700504a5cbe14.zip |
Deploy USE_GNOMENG infrastructure
PR: 42180
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'astro/spacechart')
-rw-r--r-- | astro/spacechart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/spacechart/Makefile b/astro/spacechart/Makefile index cb5fa48a5f24..c18bfcd9b1d0 100644 --- a/astro/spacechart/Makefile +++ b/astro/spacechart/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs CONFIGURE_ARGS= --without-included-gettext --datadir=${PREFIX}/share # trick it into using ports installed gettext |