diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:55:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:55:31 +0000 |
commit | dc572b07ee78024a59178789e6c00944918f1ef1 (patch) | |
tree | 7edfc6593200fb599a829abbf67ea60e1ffe31ab /www/slash | |
parent | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (diff) |
Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on
whether the perl dependency is unconditional or conditional. This will
be needed for the conditional inclusion of bsd.perl.mk.
Notes
Notes:
svn path=/head/; revision=200412
Diffstat (limited to 'www/slash')
-rw-r--r-- | www/slash/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/slash/Makefile b/www/slash/Makefile index 38743933bc93..8ecbf991df03 100644 --- a/www/slash/Makefile +++ b/www/slash/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-D RUN_DEPENDS= ${BUILD_DEPENDS} \ ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl +USE_PERL5= yes + MAKE_ARGS+= SLASH_PREFIX=${PREFIX}/slash DOCS= README INSTALL |