diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-03 21:11:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-03 21:11:10 +0000 |
commit | 6070e9a833390e548a6b7dc19c2bcb0bdf591e65 (patch) | |
tree | 3780f19d579cb3ea43e1d5842653cee17b43301e /www/mod_mp3 | |
parent | 987196d5303fb99152aac1fa4a0b59d17eb5be09 (diff) |
Port needs perl to build -> USE_PERL5=yes
Notes
Notes:
svn path=/head/; revision=69375
Diffstat (limited to 'www/mod_mp3')
-rw-r--r-- | www/mod_mp3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index f8584d339d2b..e9a0d58dad0c 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${APXS}:${APACHE_PORT} HAS_CONFIGURE= yes MAKE_ARGS+= APXS="${APXS}" +USE_PERL5= yes APXS?= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 |