diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
commit | 5886be7ed36dd92f273b8750892700504a5cbe14 (patch) | |
tree | 154c791f34a01fd529238b88713b60b71852939f /astro/fooseti/Makefile | |
parent | cec425eba05c1ad179001ecae95113b5a1b9074e (diff) | |
download | FreeBSD-ports-5886be7ed36dd92f273b8750892700504a5cbe14.zip FreeBSD-ports-5886be7ed36dd92f273b8750892700504a5cbe14.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42180
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'astro/fooseti/Makefile')
-rw-r--r-- | astro/fooseti/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile index 3c1c87d..0176212 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +uSE_GNOME= gtk12 .include <bsd.port.mk> |