diff options
author | rse <rse@FreeBSD.org> | 1999-04-12 14:53:00 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-04-12 14:53:00 +0800 |
commit | 919ec92ae6f79388845ba2339e3a80b764da62a1 (patch) | |
tree | ee3eb6bd735525c6bf909b24ad096ced7e2ecc77 /www | |
parent | 78147c2541b4ec327dca61a784a0c4586962653e (diff) | |
download | freebsd-ports-gnome-919ec92ae6f79388845ba2339e3a80b764da62a1.tar.gz freebsd-ports-gnome-919ec92ae6f79388845ba2339e3a80b764da62a1.tar.zst freebsd-ports-gnome-919ec92ae6f79388845ba2339e3a80b764da62a1.zip |
Cleanup Perl dependencies.
Thanks to Dirk Froemberg <dirk@freebsd.org> for hint.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-modssl/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 6174ce990fda..c512e33477f5 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Aug 22 12:00:00 CDT 1998 # Whom: rse@engelschall.com # -# $Id: Makefile,v 1.27 1999/03/26 08:47:51 dirk Exp $ +# $Id: Makefile,v 1.28 1999/03/29 11:05:37 rse Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -52,11 +52,12 @@ VERSION_MODSSL= 2.2.7 Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.2/ssl_faq.html#y2k RESTRICTED= "Contains cryptography" +USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --target=apache \ --with-layout=GNU \ - --with-perl=${PERL5} \ + --with-perl=${PERL} \ --bindir=${PREFIX}/bin \ --sbindir=${PREFIX}/sbin \ --libexecdir=${PREFIX}/libexec/apache \ @@ -78,9 +79,11 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ OPTIM= -DHARD_SERVER_LIMIT=512 \ -DDEFAULT_PATH=\\"${PREFIX}/bin:/bin:/usr/bin\\" + .if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES OPTIM+= -DBUFFERED_LOGS -DFD_SETSIZE=1024 -CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer -fexpensive-optimizations -ffast-math +CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \ + -fexpensive-optimizations -ffast-math .endif CONFIGURE_ENV= CFLAGS='${CFLAGS}' \ |