diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 19:00:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 19:00:53 +0000 |
commit | f1b05e8a840393f86712fa8625853b7494ea8fdc (patch) | |
tree | 24b8d89beea6cddaffb4e1f7e0138a1db16c43a9 /math | |
parent | 2c41b9e5f36c24eeec55e43d4af00d2aba2e3f9b (diff) | |
download | ports-f1b05e8a840393f86712fa8625853b7494ea8fdc.tar.gz ports-f1b05e8a840393f86712fa8625853b7494ea8fdc.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gretl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 52625e6e3990..65c416d66945 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -38,8 +38,7 @@ MAN1= gretl.1 gretl-config.1 CONFIGURE_ARGS+= --without-gnome PLIST_SUB+= GNOME2:="@comment " DATADIR="share" .else -BROKEN= "Needs to be updated for libgnomeprint-2.2" -LIB_DEPENDS+= gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ +LIB_DEPENDS+= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 \ gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui USE_GNOME= gnomeprefix PLIST_SUB+= GNOME2:="" DATADIR="share/gnome" |