diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-23 00:09:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-23 00:09:38 +0000 |
commit | db5e2eb3b0fda45482630ea6bc9812f34e2ca7d3 (patch) | |
tree | a4353c56a1b185b9778e9acd3b484e0b66f21f4d | |
parent | fc37748c85e8a6420dbb467ae8987d99c1469371 (diff) | |
download | freebsd-ports-db5e2eb3b0fda45482630ea6bc9812f34e2ca7d3.zip |
Update to reflect new gnomeprint share library revision
-rw-r--r-- | graphics/sodipodi/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomecore/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index fa8148e30cfe..8f0a2f7fa5fc 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -14,7 +14,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ glade.2:${PORTSDIR}/devel/libglade \ - gnomeprint.2:${PORTSDIR}/print/gnomeprint \ + gnomeprint.5:${PORTSDIR}/print/gnomeprint \ gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf WRKSRC= ${WRKDIR}/sodipodi diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index a219ccedacd4..c4ae4b61ebc9 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python -LIB_DEPENDS= gnomeprint.2:${PORTSDIR}/print/gnomeprint \ +LIB_DEPENDS= gnomeprint.5:${PORTSDIR}/print/gnomeprint \ glade.2:${PORTSDIR}/devel/libglade GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index a219ccedacd4..c4ae4b61ebc9 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python -LIB_DEPENDS= gnomeprint.2:${PORTSDIR}/print/gnomeprint \ +LIB_DEPENDS= gnomeprint.5:${PORTSDIR}/print/gnomeprint \ glade.2:${PORTSDIR}/devel/libglade GTK_CONFIG?= ${X11BASE}/bin/gtk12-config 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 |