diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:02:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:02:01 +0000 |
commit | b7cdacd1734ee37cb94a9963556ad73416d50e18 (patch) | |
tree | df2c032468427dc0c7b66d3bb125b511416bc590 /textproc/pdfgrep | |
parent | 0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3 (diff) | |
download | ports-b7cdacd1734ee37cb94a9963556ad73416d50e18.tar.gz ports-b7cdacd1734ee37cb94a9963556ad73416d50e18.zip |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326071
Diffstat (limited to 'textproc/pdfgrep')
-rw-r--r-- | textproc/pdfgrep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index fd3f9b71553d..d193eb2ab30e 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" PLIST_FILES= bin/pdfgrep |