Date: Tue, 17 Sep 2013 17:15:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327491 - head/textproc/redland-bindings Message-ID: <201309171715.r8HHFBbi069972@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309171715.r8HHFBbi069972>