diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-27 18:25:42 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-27 18:25:42 +0800 |
commit | 9a5b0d0ad4faf576b33979d53e1cbbd3b3af1fae (patch) | |
tree | 4e2eacf22a91da9260908429e5f9a6cf70b2e66e /devel/bonobo | |
parent | c50585e23cf7231954696b88de9df3e1634fc7a9 (diff) | |
download | freebsd-ports-gnome-9a5b0d0ad4faf576b33979d53e1cbbd3b3af1fae.tar.gz freebsd-ports-gnome-9a5b0d0ad4faf576b33979d53e1cbbd3b3af1fae.tar.zst freebsd-ports-gnome-9a5b0d0ad4faf576b33979d53e1cbbd3b3af1fae.zip |
Use the newer gdk-pixbuf
PR: ports/14541
Submitted by: Ade Lovett<ade@lovett.com>
Diffstat (limited to 'devel/bonobo')
-rw-r--r-- | devel/bonobo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 0bf94493263f..be754fd18ef1 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= sources/bonobo MAINTAINER= ade@lovett.com LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ - gdk_pixbuf.0:${PORTSDIR}/graphics/gdk-pixbuf + gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |