diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-26 14:07:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-26 14:07:16 +0000 |
commit | 1623a18b439dde33c3a5c406932c629a7f88f8a3 (patch) | |
tree | ced4448e3cbc1ad79fd9bb4205e0bd6d03c7dad8 | |
parent | b2e1687bfc02d0f03e63ca8e19bf65b830a518cc (diff) | |
download | ports-1623a18b439dde33c3a5c406932c629a7f88f8a3.tar.gz ports-1623a18b439dde33c3a5c406932c629a7f88f8a3.zip |
Notes
-rw-r--r-- | www/apache13-fp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-fp/Makefile b/www/apache13-fp/Makefile index 488716cdf578..044824e20ef5 100644 --- a/www/apache13-fp/Makefile +++ b/www/apache13-fp/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Oct 31 16:30:00 CDT 1997 # Whom: hetzels@westbend.net # -# $Id: Makefile,v 1.9 1999/03/13 17:11:03 billf Exp $ +# $Id: Makefile,v 1.10 1999/03/13 17:57:44 billf Exp $ # DISTNAME= apache_${AP_VERS} @@ -62,7 +62,7 @@ Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 # Set APACHE_PERF_TUNING env. variable to YES to get maximum performance # -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= \ --prefix=${PREFIX} \ --with-layout=GNU \ |