aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 05:11:10 +0800
committeredwin <edwin@FreeBSD.org>2002-11-04 05:11:10 +0800
commit3783a7a8865661011eee501131bd989bd61bddd7 (patch)
tree2a63fceb3125789471a9d8939c8875cff18de3ac /www
parent10b1e84fb216cfe39aa6ad3c36d8d1f2501421bf (diff)
downloadfreebsd-ports-gnome-3783a7a8865661011eee501131bd989bd61bddd7.tar.gz
freebsd-ports-gnome-3783a7a8865661011eee501131bd989bd61bddd7.tar.zst
freebsd-ports-gnome-3783a7a8865661011eee501131bd989bd61bddd7.zip
Port needs perl to build -> USE_PERL5=yes
See http://bento.freebsd.org/errorlogs/5-latest/mod_mp3-0.39.log
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