diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 01:15:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 01:15:10 +0800 |
commit | 9e071eade3d3c974fc70a7f2958014b4155d179c (patch) | |
tree | 0108122e4c219232fa6ed66ad35de5de3bd260f1 /textproc | |
parent | fa5d4cf49dcf5b9f6dd3b8ddc2296a1c0cc8bd01 (diff) | |
download | freebsd-ports-gnome-9e071eade3d3c974fc70a7f2958014b4155d179c.tar.gz freebsd-ports-gnome-9e071eade3d3c974fc70a7f2958014b4155d179c.tar.zst freebsd-ports-gnome-9e071eade3d3c974fc70a7f2958014b4155d179c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/redland-bindings/Makefile | 4 |
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} |