summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:13:16 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:13:16 +0000
commitdce33b0828964d37245eb2893dd7d61979852875 (patch)
tree0c9f46b4407faf170f5ae019d614e17cdb73c7ee /math
parentFix MASTER_SITES (diff)
Deploy USE_GNOMENG infrastructure
PR: 42286 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65414
Diffstat (limited to 'math')
-rw-r--r--math/gretl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index f70d9a82954a..d808364c0468 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
USE_REINPLACE= yes
USE_X_PREFIX= yes
-USE_GTK= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
@@ -37,8 +37,9 @@ MAN1= gretl.1 gretl-config.1
.include <bsd.port.pre.mk>
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= gtk
.else
CONFIGURE_ARGS+= --without-gnome
.endif