aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sodipodi
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-04-22 00:11:33 +0800
committerade <ade@FreeBSD.org>2000-04-22 00:11:33 +0800
commit2228e5f7f5d05b6ccdca30a58f45765ae69f8a58 (patch)
tree8061294564e4177c562ebd3fb5f0aa69f8a5c6ac /graphics/sodipodi
parentbb0be06e279a8c9e134769380a01683aec886fca (diff)
downloadfreebsd-ports-gnome-2228e5f7f5d05b6ccdca30a58f45765ae69f8a58.tar.gz
freebsd-ports-gnome-2228e5f7f5d05b6ccdca30a58f45765ae69f8a58.tar.zst
freebsd-ports-gnome-2228e5f7f5d05b6ccdca30a58f45765ae69f8a58.zip
Update shared library number for gdk-pixbuf.
Temporarily mark BROKEN as it uses old gdk-pixbuf internals that have been removed.
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r--graphics/sodipodi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index 11e0ff0089d2..17799641c2d6 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -15,7 +15,9 @@ MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
glade.3:${PORTSDIR}/devel/libglade \
gnomeprint.7:${PORTSDIR}/print/gnomeprint \
- gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf
+ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
+
+BROKEN= "Uses gdk-pixbuf internals that have disappeared"
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config