summaryrefslogtreecommitdiff
path: root/graphics/sodipodi
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-04-21 16:11:33 +0000
committerAde Lovett <ade@FreeBSD.org>2000-04-21 16:11:33 +0000
commit8bc257e23502ac6c0582ef5852b5f9227b198052 (patch)
tree0d4103ca5db70d7143b45ea2289aace25c895b6b /graphics/sodipodi
parentFixes for gdk-pixbuf 0.7.0 (diff)
Update shared library number for gdk-pixbuf.
Temporarily mark BROKEN as it uses old gdk-pixbuf internals that have been removed.
Notes
Notes: svn path=/head/; revision=27857
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