diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-27 10:25:42 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-27 10:25:42 +0000 |
commit | 68bd5688a9c49cee8b1c2ed9349c5a69964c221f (patch) | |
tree | b51c0ffa476fa4af7a8afaf1b98c6c646cdc1155 /devel | |
parent | 4ee762444083a4189c3c49c3d77f5baf754b410d (diff) | |
download | freebsd-ports-68bd5688a9c49cee8b1c2ed9349c5a69964c221f.zip |
Use the newer gdk-pixbuf
PR: ports/14541
Submitted by: Ade Lovett<ade@lovett.com>
Diffstat (limited to 'devel')
-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 |