diff options
author | ade <ade@FreeBSD.org> | 2000-04-22 00:09:42 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-04-22 00:09:42 +0800 |
commit | bb0be06e279a8c9e134769380a01683aec886fca (patch) | |
tree | 59ecfed01a3b6a2546bd4430eefc68f0ccf96c35 /graphics | |
parent | 49cc79f9629e7944b25f049f602b7b55a88addc0 (diff) | |
download | freebsd-ports-gnome-bb0be06e279a8c9e134769380a01683aec886fca.tar.gz freebsd-ports-gnome-bb0be06e279a8c9e134769380a01683aec886fca.tar.zst freebsd-ports-gnome-bb0be06e279a8c9e134769380a01683aec886fca.zip |
Fixes for gdk-pixbuf 0.7.0
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnomeiconedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gnomeiconedit/Makefile b/graphics/gnomeiconedit/Makefile index 4fd09204d731..e5942e7652f4 100644 --- a/graphics/gnomeiconedit/Makefile +++ b/graphics/gnomeiconedit/Makefile @@ -14,7 +14,7 @@ DISTNAME= gnome-iconedit-${PORTVERSION} MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ - gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_GMAKE= yes USE_X_PREFIX= yes |