diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
commit | e9b556135b3e4068be9ec53d65e526a353da19e6 (patch) | |
tree | 3631800b38966f03de424f6228f938054f94dd22 /russian/apache13 | |
parent | 6c105d7853336dcccdbcc998e9ac6da17d4439db (diff) | |
download | FreeBSD-ports-e9b556135b3e4068be9ec53d65e526a353da19e6.zip FreeBSD-ports-e9b556135b3e4068be9ec53d65e526a353da19e6.tar.gz |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
Diffstat (limited to 'russian/apache13')
-rw-r--r-- | russian/apache13/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile index 00c2e77..2509518 100644 --- a/russian/apache13/Makefile +++ b/russian/apache13/Makefile @@ -19,6 +19,8 @@ PATCHFILES= patches_${APACHE_VERSION}rusPL${RA_VERSION}.tar.gz MAINTAINER= lev@FreeBSD.org COMMENT= The extremely popular Apache http server. Very fast, very clean +USE_PERL5= yes + # New ports feature: conflicts CONFLICTS= apache+ipv6-* \ apache+mod_ssl-* \ @@ -98,7 +100,6 @@ SUEXEC_MAN= # Configutre parameters # -USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS=\ --prefix=${PREFIX} \ |