diff options
-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= \ |