diff options
author | skv <skv@FreeBSD.org> | 2007-04-13 03:19:51 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2007-04-13 03:19:51 +0800 |
commit | f4e67e0ba8080ee657e17710e3200d4772bc4af9 (patch) | |
tree | c8453407438bd410902430417bd7353725451ad3 /www/libapreq2 | |
parent | 36c9a41e2978c7ffbb693c027288263c08b10fe8 (diff) | |
download | freebsd-ports-gnome-f4e67e0ba8080ee657e17710e3200d4772bc4af9.tar.gz freebsd-ports-gnome-f4e67e0ba8080ee657e17710e3200d4772bc4af9.tar.zst freebsd-ports-gnome-f4e67e0ba8080ee657e17710e3200d4772bc4af9.zip |
Fix RUN_DEPENDS
Pointed by: Timur I. Bakeyev <timur xx gnu.org>
Diffstat (limited to 'www/libapreq2')
-rw-r--r-- | www/libapreq2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index b02bb3e06c6e..3c8821da2c4a 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -24,10 +24,11 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" .if defined (WITH_MODPERL2) PKGNAMEPREFIX+= p5- -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \ +P5_APREQ_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \ ${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent -RUN_DEPENDS+= ${BUILD_DEPENDS} +BUILD_DEPENDS+= ${P5_APREQ_DEPENDS} +RUN_DEPENDS+= ${P5_APREQ_DEPENDS} USE_PERL5= yes CONFIGURE_ARGS+= --enable-perl-glue --with-perl=${PERL5} |