aboutsummaryrefslogtreecommitdiff
path: root/textproc/redland-bindings
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 17:15:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 17:15:10 +0000
commit265b064904837fa07b022ad24cff2d4a0a3e78c4 (patch)
tree0108122e4c219232fa6ed66ad35de5de3bd260f1 /textproc/redland-bindings
parent9404499f19ea9d1e26b7d0006d5c9cc80ee16070 (diff)
downloadports-265b064904837fa07b022ad24cff2d4a0a3e78c4.tar.gz
ports-265b064904837fa07b022ad24cff2d4a0a3e78c4.zip
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=327491
Diffstat (limited to 'textproc/redland-bindings')
-rw-r--r--textproc/redland-bindings/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile
index fb5f623e5d74..4c154ddcceef 100644
--- a/textproc/redland-bindings/Makefile
+++ b/textproc/redland-bindings/Makefile
@@ -16,10 +16,12 @@ GNU_CONFIGURE= yes
OPTIONS_DEFINE= PERL PHP PYTHON RUBY
OPTIONS_DEFAULT=PYTHON
+USES= pkgconf
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPERL}
-USES= perl5
+USES+= perl5
CONFIGURE_ARGS+=--with-perl
PLIST_SUB+= WITH_PERL=""
MANPREFIX= ${LOCALBASE}/lib/perl5/${PERL_VER}