summaryrefslogtreecommitdiffstats
path: root/misc/gretl/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-01 15:13:16 +0000
committerlioux <lioux@FreeBSD.org>2002-09-01 15:13:16 +0000
commit60e261fa8b76402c4a28a3e3022fe4afbd81137c (patch)
treebb24f05e18f420b0a5cca2106cd4746a3ff9f03c /misc/gretl/Makefile
parent6349ec4177251a6178051dd8cb3cb966b25e3e0b (diff)
downloadFreeBSD-ports-60e261fa8b76402c4a28a3e3022fe4afbd81137c.zip
FreeBSD-ports-60e261fa8b76402c4a28a3e3022fe4afbd81137c.tar.gz
Deploy USE_GNOMENG infrastructure
PR: 42286 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'misc/gretl/Makefile')
-rw-r--r--misc/gretl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile
index f70d9a8..d808364 100644
--- a/misc/gretl/Makefile
+++ b/misc/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
OpenPOWER on IntegriCloud