summaryrefslogtreecommitdiff
path: root/misc/gretl
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-04-24 08:47:56 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-04-24 08:47:56 +0000
commita58edcd3539e6891e5baa88ecddb17352783581f (patch)
tree92e74f53c9393ba178bcc96bdcf9a503f798f675 /misc/gretl
parentAdd epiphany, a simple, lightweight, Mozilla-based browser for the GNOME 2 (diff)
Use new GNOME 2 infrastructure.
Notes
Notes: svn path=/head/; revision=79575
Diffstat (limited to 'misc/gretl')
-rw-r--r--misc/gretl/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile
index 73df5e5c3c50..d9ff4f2677b0 100644
--- a/misc/gretl/Makefile
+++ b/misc/gretl/Makefile
@@ -18,11 +18,10 @@ COMMENT= Gnu Regression, Econometrics and Time-series Library
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \
- xml2.5:${PORTSDIR}/textproc/libxml2 \
- gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
USE_X_PREFIX= yes
+USE_GNOME= gtk20 libxml2
USE_GMAKE= yes
USE_AUTOCONF_VER= 253
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -37,9 +36,7 @@ MAN1= gretl.1 gretl-config.1
CONFIGURE_ARGS+= --without-gnome
PLIST_SUB+= GNOME2:="@comment " DATADIR="share"
.else
-LIB_DEPENDS+= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 \
- gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
-USE_GNOME= gnomeprefix
+USE_GNOME+= gnomeprefix libgnomeprintui libgnomeui
PLIST_SUB+= GNOME2:="" DATADIR="share/gnome"
.endif