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 | |
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')
-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" \ |