diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:32:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:32:24 +0800 |
commit | e3887e89b82d40ab81ed3970c5b98294e811b51f (patch) | |
tree | e390baaa8e511f6302365d46e92b2e41fef35bd0 /print | |
parent | 4aad9bd4117091bfa357cdf047cd7cacffdbc880 (diff) | |
download | freebsd-ports-graphics-e3887e89b82d40ab81ed3970c5b98294e811b51f.tar.gz freebsd-ports-graphics-e3887e89b82d40ab81ed3970c5b98294e811b51f.tar.zst freebsd-ports-graphics-e3887e89b82d40ab81ed3970c5b98294e811b51f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'print')
-rw-r--r-- | print/pdfcube/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index f31ed58bcde..a00043ebab4 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -13,6 +13,7 @@ LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \ poppler-glib:${PORTSDIR}/graphics/poppler-glib \ boost_program_options:${PORTSDIR}/devel/boost-libs +USES= pkgconfig USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include |