diff options
author | marcus <marcus@FreeBSD.org> | 2007-09-11 11:59:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-09-11 11:59:44 +0800 |
commit | 014ecf2d458c4d9f0155078da14d20a2df13c453 (patch) | |
tree | f3ee2c3e9a59444f83b1cbea81e3a93d089a8111 | |
parent | 671f484c8fd566d1cc6f4c1a0a3e8588cbe2791a (diff) | |
download | freebsd-ports-graphics-014ecf2d458c4d9f0155078da14d20a2df13c453.tar.gz freebsd-ports-graphics-014ecf2d458c4d9f0155078da14d20a2df13c453.tar.zst freebsd-ports-graphics-014ecf2d458c4d9f0155078da14d20a2df13c453.zip |
Chase the poppler shared lib version.
-rw-r--r-- | graphics/epdfview/Makefile | 4 | ||||
-rw-r--r-- | graphics/evince/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 3 | ||||
-rw-r--r-- | sysutils/tracker-client/Makefile | 3 | ||||
-rw-r--r-- | sysutils/tracker/Makefile | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 43998e34284..60cacdcd312 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -7,7 +7,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print gnome MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ LOCAL/chinsan @@ -16,7 +16,7 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= A lightweight PDF document viewer BUILD_DEPENDS= DllPlugInTester:${PORTSDIR}/devel/cppunit -LIB_DEPENDS= poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index a9b6d6288c9..d7cf5255e29 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -8,7 +8,7 @@ PORTNAME= evince PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 multi-format document viewer -LIB_DEPENDS= poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk USE_LDCONFIG= yes USE_BZIP2= yes diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 82d07f0651a..27d647ac755 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.4.0-rc1 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -26,7 +27,7 @@ COMMENT= A GNU Image Manipulation Program development version LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ wmf.2:${PORTSDIR}/graphics/libwmf \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ + poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ aa.1:${PORTSDIR}/graphics/aalib \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile index 8f214d7386d..b45081f01e8 100644 --- a/sysutils/tracker-client/Makefile +++ b/sysutils/tracker-client/Makefile @@ -8,6 +8,7 @@ PORTNAME= tracker PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.gnome.org/~jamiemcc/tracker/ @@ -15,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Object database, tag/metadata database, search tool and indexer LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ + poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ exif.12:${PORTSDIR}/graphics/libexif \ wv-1.2.3:${PORTSDIR}/textproc/wv \ gmime-2.0.4:${PORTSDIR}/mail/gmime2 diff --git a/sysutils/tracker/Makefile b/sysutils/tracker/Makefile index 8f214d7386d..b45081f01e8 100644 --- a/sysutils/tracker/Makefile +++ b/sysutils/tracker/Makefile @@ -8,6 +8,7 @@ PORTNAME= tracker PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.gnome.org/~jamiemcc/tracker/ @@ -15,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Object database, tag/metadata database, search tool and indexer LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ + poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ exif.12:${PORTSDIR}/graphics/libexif \ wv-1.2.3:${PORTSDIR}/textproc/wv \ gmime-2.0.4:${PORTSDIR}/mail/gmime2 |