diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-11 03:59:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-11 03:59:44 +0000 |
commit | 71e025bb0e178c112fcadd14882df8e15c3d6501 (patch) | |
tree | 1f83f412400fdaac38cd785e3b5e6e48a90bd83a /graphics/epdfview | |
parent | 9de8d57be44aa9a052e7a7123fa7c06a6ce2a66b (diff) |
Chase the poppler shared lib version.
Notes
Notes:
svn path=/head/; revision=199312
Diffstat (limited to 'graphics/epdfview')
-rw-r--r-- | graphics/epdfview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 43998e342841..60cacdcd3122 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 |