diff options
author | ade <ade@FreeBSD.org> | 2000-02-23 08:09:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-23 08:09:38 +0800 |
commit | 0803bbd8c4338a6dde02c4926a63cf8d4b451927 (patch) | |
tree | 8b4e59af4f559da6b40d17aac72b475b701042a8 /x11 | |
parent | 3183a749ec738605b5c9f2f2f328c4b31c0d17c4 (diff) | |
download | freebsd-ports-gnome-0803bbd8c4338a6dde02c4926a63cf8d4b451927.tar.gz freebsd-ports-gnome-0803bbd8c4338a6dde02c4926a63cf8d4b451927.tar.zst freebsd-ports-gnome-0803bbd8c4338a6dde02c4926a63cf8d4b451927.zip |
Update to reflect new gnomeprint share library revision
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomecore/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index bf0c2310e4e8..6a5aae5e2e6f 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ gnome.3:${PORTSDIR}/x11/gnomelibs \ gtop.1:${PORTSDIR}/devel/libgtop \ xml.5:${PORTSDIR}/textproc/libxml \ - gnomeprint.2:${PORTSDIR}/print/gnomeprint \ + gnomeprint.5:${PORTSDIR}/print/gnomeprint \ ghttp.1:${PORTSDIR}/www/libghttp \ obgnome.1:${PORTSDIR}/lang/gnomeobjc \ glade.2:${PORTSDIR}/devel/libglade diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index bf0c2310e4e8..6a5aae5e2e6f 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ gnome.3:${PORTSDIR}/x11/gnomelibs \ gtop.1:${PORTSDIR}/devel/libgtop \ xml.5:${PORTSDIR}/textproc/libxml \ - gnomeprint.2:${PORTSDIR}/print/gnomeprint \ + gnomeprint.5:${PORTSDIR}/print/gnomeprint \ ghttp.1:${PORTSDIR}/www/libghttp \ obgnome.1:${PORTSDIR}/lang/gnomeobjc \ glade.2:${PORTSDIR}/devel/libglade diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 032d84b1d14d..44790fdb1aea 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ade@FreeBSD.org RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ - gnomeprint.2:${PORTSDIR}/print/gnomeprint \ + gnomeprint.5:${PORTSDIR}/print/gnomeprint \ ghttp.1:${PORTSDIR}/www/libghttp GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |