diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-21 03:00:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-21 03:00:53 +0800 |
commit | 2828e65510ec21c7322d34369a580aa76774957e (patch) | |
tree | d3d80a49fce3b4e11f6153426914f562c00ccd05 /misc/gretl | |
parent | 66c6ef19ff0cf0a222b04df73f786d6f2fda0365 (diff) | |
download | freebsd-ports-gnome-2828e65510ec21c7322d34369a580aa76774957e.tar.gz freebsd-ports-gnome-2828e65510ec21c7322d34369a580aa76774957e.tar.zst freebsd-ports-gnome-2828e65510ec21c7322d34369a580aa76774957e.zip |
* Re-add libgnomeprint[ui]-2.0 support and unbreak
* De-pkg-comment where applicable
Diffstat (limited to 'misc/gretl')
-rw-r--r-- | misc/gretl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index 52625e6e3990..65c416d66945 100644 --- a/misc/gretl/Makefile +++ b/misc/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" |