summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-03 21:11:10 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-03 21:11:10 +0000
commit6070e9a833390e548a6b7dc19c2bcb0bdf591e65 (patch)
tree3780f19d579cb3ea43e1d5842653cee17b43301e /www
parentPort needs perl to build -> USE_PERL5=yes (diff)
Port needs perl to build -> USE_PERL5=yes
See http://bento.freebsd.org/errorlogs/5-latest/mod_mp3-0.39.log
Notes
Notes: svn path=/head/; revision=69375
Diffstat (limited to 'www')
-rw-r--r--www/mod_mp3/Makefile1
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