diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-11-09 10:37:34 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-11-09 10:37:34 +0000 |
commit | f78eeff969b7379c5a22a6db40f10794255ff65b (patch) | |
tree | 9407bbba0a75b15486638763dba849fddb1a97e7 /www/mod_perl | |
parent | e6c63e8e4dc1a55c95d73f9f8d00d4860ff73657 (diff) | |
download | ports-f78eeff969b7379c5a22a6db40f10794255ff65b.tar.gz ports-f78eeff969b7379c5a22a6db40f10794255ff65b.zip |
Notes
Diffstat (limited to 'www/mod_perl')
-rw-r--r-- | www/mod_perl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index 204d8a2202fd..9c49317a0123 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -1,7 +1,7 @@ # New ports collection makefile for: p5-Apache -# Version required: 1.19 -# Date created: April 26th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# Version required: 1.21 +# Date created: November 5th 1999 +# Whom: Sheldon Hearn <sheldonh@FreeBSD.org> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Apache MAINTAINER= sheldonh@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 USE_PERL5= YES |