diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-24 08:47:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-24 08:47:56 +0000 |
commit | a58edcd3539e6891e5baa88ecddb17352783581f (patch) | |
tree | 92e74f53c9393ba178bcc96bdcf9a503f798f675 | |
parent | a1b25c66c275d2b6080189887b7235570ede3f78 (diff) | |
download | ports-a58edcd3539e6891e5baa88ecddb17352783581f.tar.gz ports-a58edcd3539e6891e5baa88ecddb17352783581f.zip |
Notes
-rw-r--r-- | math/gretl/Makefile | 7 | ||||
-rw-r--r-- | misc/gretl/Makefile | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 73df5e5c3c50..d9ff4f2677b0 100644 --- a/math/gretl/Makefile +++ b/math/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 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 |