diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-13 21:06:15 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-13 21:06:15 +0000 |
commit | cf22f1c7ddbf66f52bb72b31652c21ab2e98edc9 (patch) | |
tree | 9210b63a5fb700bdc7c221b463c228c83eaa831e /www/wwwstat | |
parent | 702550fa82d64e1466b07fdd9381184e41e567f1 (diff) | |
download | ports-cf22f1c7ddbf66f52bb72b31652c21ab2e98edc9.tar.gz ports-cf22f1c7ddbf66f52bb72b31652c21ab2e98edc9.zip |
Notes
Diffstat (limited to 'www/wwwstat')
-rw-r--r-- | www/wwwstat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile index f52a499e395d..90c0eb347bba 100644 --- a/www/wwwstat/Makefile +++ b/www/wwwstat/Makefile @@ -3,7 +3,7 @@ # Date created: So 2 Mär 1997 18:10:49 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.5 1997/05/24 13:17:16 jfitz Exp $ +# $Id: Makefile,v 1.6 1997/07/18 05:04:19 asami Exp $ # DISTNAME= wwwstat-2.01 @@ -16,9 +16,9 @@ PATCHFILES= patch-2.01.txt MAINTAINER= andreas@FreeBSD.ORG -RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache +RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache +USE_PERL5= yes DIST_SUBDIR= wwwstat WRKSRC= ${WRKDIR}/wwwstat-2.0 MAN1= wwwstat.1 splitlog.1 |