1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Add an explicit dependency on pkgconf

This commit is contained in:
Baptiste Daroussin 2013-09-17 17:15:10 +00:00
parent 9404499f19
commit 265b064904
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327491

View File

@ -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}