diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-07 13:45:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-07 13:45:04 +0800 |
commit | e9b556135b3e4068be9ec53d65e526a353da19e6 (patch) | |
tree | 3631800b38966f03de424f6228f938054f94dd22 /russian | |
parent | 6c105d7853336dcccdbcc998e9ac6da17d4439db (diff) | |
download | freebsd-ports-gnome-e9b556135b3e4068be9ec53d65e526a353da19e6.tar.gz freebsd-ports-gnome-e9b556135b3e4068be9ec53d65e526a353da19e6.tar.zst freebsd-ports-gnome-e9b556135b3e4068be9ec53d65e526a353da19e6.zip |
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')
-rw-r--r-- | russian/apache13/Makefile | 3 | ||||
-rw-r--r-- | russian/p5-XML-Parser-encodings/Makefile | 1 |
2 files changed, 3 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} \ diff --git a/russian/p5-XML-Parser-encodings/Makefile b/russian/p5-XML-Parser-encodings/Makefile index c9750b84897f..dcba02c76c60 100644 --- a/russian/p5-XML-Parser-encodings/Makefile +++ b/russian/p5-XML-Parser-encodings/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ ${NONEXISTENT}:${PORTSDIR}/converters/iconv-extra:extract NO_WRKSUBDIR= YES +USE_PERL5= YES RUSSIANENC= windows-1251 koi8-r cp1251 cp866 mac-cyrillic post-extract: |