diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 01:13:08 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 01:13:08 +0000 |
commit | 7b440318c026f6439da1a9df5d1d3b95169c8a0d (patch) | |
tree | 049556a221d4301af6b92ed28dd788530eefc272 /science/vis5d+ | |
parent | 70ef6655d7e86cd95b211d07f6d8cdafd5541abf (diff) | |
download | FreeBSD-ports-7b440318c026f6439da1a9df5d1d3b95169c8a0d.zip FreeBSD-ports-7b440318c026f6439da1a9df5d1d3b95169c8a0d.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42303
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'science/vis5d+')
-rw-r--r-- | science/vis5d+/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 4828246b..aafbc87 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick USE_BISON= yes USE_MESA= yes USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= \ |