diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 14:07:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 14:07:44 +0000 |
commit | 4c41f42514874bc46cf9e453ac6a566a8f8b7fa5 (patch) | |
tree | 3e63dbe90ec36264d8c8e1f846bf57a90a59388d /math | |
parent | Deploy USE_GNOMENG infrastructure (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42208
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65313
Diffstat (limited to 'math')
-rw-r--r-- | math/geg/Makefile | 3 | ||||
-rw-r--r-- | math/graphthing/Makefile | 3 | ||||
-rw-r--r-- | math/grpn/Makefile | 3 | ||||
-rw-r--r-- | math/surf/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 432fbab0a7de..25b3175e2502 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= science/visualization/plotting MAINTAINER= domi@saargate.de USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_AUTOMAKE= yes AUTOMAKE_ARGS= -a -i CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 0d2b945cfe1b..7bb710981204 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -16,7 +16,8 @@ MAINTAINER= freebsdports@arved.de LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/math/grpn/Makefile b/math/grpn/Makefile index 7a0fcccc18a6..27e8761bec32 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://lashwhip.com/grpn/ MAINTAINER= jedgar@FreeBSD.org USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 ALL_TARGET= 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" \ |