diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-24 02:36:20 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-24 02:36:20 +0800 |
commit | 9bc1f41060b8ab7616815246fe654168eaa010d8 (patch) | |
tree | 2eb36742fbd318d4ca91f4a9e8da1433efdc24ef /textproc/pdfgrep | |
parent | a98e8c2b881a2f0a7ff22f09e37f38190f2ead45 (diff) | |
download | freebsd-ports-gnome-9bc1f41060b8ab7616815246fe654168eaa010d8.tar.gz freebsd-ports-gnome-9bc1f41060b8ab7616815246fe654168eaa010d8.tar.zst freebsd-ports-gnome-9bc1f41060b8ab7616815246fe654168eaa010d8.zip |
Chase poppler shlib bumps.
Diffstat (limited to 'textproc/pdfgrep')
-rw-r--r-- | textproc/pdfgrep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 5d360b2001df..2c6686b557c0 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdfgrep PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= michael@ranner.eu COMMENT= A tool to search text in PDF files -LIB_DEPENDS= poppler.6:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= poppler.13:${PORTSDIR}/graphics/poppler LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |