diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:02:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:02:01 +0800 |
commit | 53600dfaabdae69e2abc3babafc09671f8916908 (patch) | |
tree | df2c032468427dc0c7b66d3bb125b511416bc590 /textproc/pdfgrep | |
parent | cc33170943fa61617b8f7e5b3db1b43320de5379 (diff) | |
download | freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.gz freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.zst freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.zip |
Add an explicit dependency on pkgconf
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 |