diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 22:07:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 22:07:44 +0800 |
commit | b0bf03fdba7985bdf1a3a3d84f0ee0688cd6df88 (patch) | |
tree | 9d87928714248ed04ecac52ecc0dd2b2248f7ac4 /math/surf | |
parent | bac742add4031adbaebd13bd83bce15946e8b62e (diff) | |
download | freebsd-ports-gnome-b0bf03fdba7985bdf1a3a3d84f0ee0688cd6df88.tar.gz freebsd-ports-gnome-b0bf03fdba7985bdf1a3a3d84f0ee0688cd6df88.tar.zst freebsd-ports-gnome-b0bf03fdba7985bdf1a3a3d84f0ee0688cd6df88.zip |
Deploy USE_GNOMENG infrastructure
PR: 42208
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'math/surf')
-rw-r--r-- | math/surf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index ff6e2fd2aedc..e8e1842a1f43 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ gmp.6:${PORTSDIR}/math/libgmp4 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_NEWGCC= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |