svn commit: r327491 - head/textproc/redland-bindings
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 17 17:15:11 UTC 2013
Author: bapt
Date: Tue Sep 17 17:15:10 2013
New Revision: 327491
URL: http://svnweb.freebsd.org/changeset/ports/327491
Log:
Add an explicit dependency on pkgconf
Modified:
head/textproc/redland-bindings/Makefile
Modified: head/textproc/redland-bindings/Makefile
==============================================================================
--- head/textproc/redland-bindings/Makefile Tue Sep 17 16:58:27 2013 (r327490)
+++ head/textproc/redland-bindings/Makefile Tue Sep 17 17:15:10 2013 (r327491)
@@ -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}
More information about the svn-ports-all
mailing list