diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 12:03:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 12:03:35 +0800 |
commit | f5b6fbe1b70fe297f39bcc769228861cde6136ec (patch) | |
tree | da4032feb6a8907be09877152b16ff0a258b8c1c /x11-fm/fsv | |
parent | 639d45803df020a913622697fb894c80571e7b0d (diff) | |
download | freebsd-ports-gnome-f5b6fbe1b70fe297f39bcc769228861cde6136ec.tar.gz freebsd-ports-gnome-f5b6fbe1b70fe297f39bcc769228861cde6136ec.tar.zst freebsd-ports-gnome-f5b6fbe1b70fe297f39bcc769228861cde6136ec.zip |
Deploy USE_GNOMENG infrastructure
PR: 42311
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-fm/fsv')
-rw-r--r-- | x11-fm/fsv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile index a7bbd3207aa4..473214a8ef2c 100644 --- a/x11-fm/fsv/Makefile +++ b/x11-fm/fsv/Makefile @@ -16,7 +16,8 @@ LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_X_PREFIX= yes USE_MESA= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |