summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-08-30 12:59:40 +0000
committerlioux <lioux@FreeBSD.org>2002-08-30 12:59:40 +0000
commitd5cc5bcd5a7d7177013f87d62ab6a418ba512030 (patch)
tree4d2e91ca2a78c8d9ce1c4490b768793f8c235532
parent486fb0ec9212522ec6f4e26b795836712400382c (diff)
downloadFreeBSD-ports-d5cc5bcd5a7d7177013f87d62ab6a418ba512030.zip
FreeBSD-ports-d5cc5bcd5a7d7177013f87d62ab6a418ba512030.tar.gz
Deploy USE_GNOMENG infrastructure
PR: 42187 Submitted by: Edwin Groothuis <edwin@mavetju.org>
-rw-r--r--biology/gperiodic/Makefile3
-rw-r--r--biology/xmolwt/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile
index 4e85c0d..b0f21fd 100644
--- a/biology/gperiodic/Makefile
+++ b/biology/gperiodic/Makefile
@@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ \
MAINTAINER= chris@unixpages.org
USE_X_PREFIX= yes
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/biology/xmolwt/Makefile b/biology/xmolwt/Makefile
index 6be621b..9e7d434 100644
--- a/biology/xmolwt/Makefile
+++ b/biology/xmolwt/Makefile
@@ -15,7 +15,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
MAKEFILE= Makefile.gtk
USE_GMAKE= yes
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gmolwt ${PREFIX}/bin
OpenPOWER on IntegriCloud