diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-24 16:47:56 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-24 16:47:56 +0800 |
commit | fdfd9914b02be0fcc969cc70e58c3dd62e38c725 (patch) | |
tree | c829640745441e40145b2e695022307ab8a67254 /misc/gretl | |
parent | fb55e4d0f169a7da1f0ee6444bd454feb5d48135 (diff) | |
download | freebsd-ports-gnome-fdfd9914b02be0fcc969cc70e58c3dd62e38c725.tar.gz freebsd-ports-gnome-fdfd9914b02be0fcc969cc70e58c3dd62e38c725.tar.zst freebsd-ports-gnome-fdfd9914b02be0fcc969cc70e58c3dd62e38c725.zip |
Use new GNOME 2 infrastructure.
Diffstat (limited to 'misc/gretl')
-rw-r--r-- | misc/gretl/Makefile | 7 |
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 |