summaryrefslogtreecommitdiff
path: root/russian/apache13
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-07 05:45:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-07 05:45:04 +0000
commit581e69adb267a46bd059f3252f57fdda449034ef (patch)
tree6116b00d58bb2d3a91aafabcb58642a8c7ebeb58 /russian/apache13
parentMove the definition of USE_PERL5 before bsd.port.pre.mk inclusion. This (diff)
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
Notes
Notes: svn path=/head/; revision=201032
Diffstat (limited to 'russian/apache13')
-rw-r--r--russian/apache13/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile
index 00c2e772f862..25095187afb0 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} \