diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:36:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:36:20 +0000 |
commit | 284cf7e6238e1818f820249028610aa60b2d146b (patch) | |
tree | 2d5a24d57a83c8612c5741488988d6819f23f4c9 /textproc | |
parent | 8baa0305dbf37f362652e57504f2bb313edc2514 (diff) | |
download | ports-284cf7e6238e1818f820249028610aa60b2d146b.tar.gz ports-284cf7e6238e1818f820249028610aa60b2d146b.zip |
Notes
Diffstat (limited to 'textproc')
-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 |