diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:13:08 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:13:08 +0000 |
commit | e02f54173aa617778d09c22881c0f1c39cd398a9 (patch) | |
tree | 2c56fcfe29756e96e70c26271a7ea933135d6804 /science | |
parent | 60c9f2fe538d3ab95bcb87fff0b7d0612a3f236c (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42303
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65458
Diffstat (limited to 'science')
-rw-r--r-- | science/euler/Makefile | 3 | ||||
-rw-r--r-- | science/gdis/Makefile | 3 | ||||
-rw-r--r-- | science/vis5d+/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/science/euler/Makefile b/science/euler/Makefile index b34ac439b19e..72c83cf737e0 100644 --- a/science/euler/Makefile +++ b/science/euler/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= euler MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 WRKSRC= ${WRKDIR}/${DISTNAME:R}/source MAKEFILE= makefile ALL_TARGET= # empty diff --git a/science/gdis/Makefile b/science/gdis/Makefile index 5de233041282..c43fc3122e6f 100644 --- a/science/gdis/Makefile +++ b/science/gdis/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= gtkextra:${PORTSDIR}/x11-toolkits/gtkextra \ gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_MESA= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 4828246b1a6a..aafbc871911e 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= \ |