diff options
author | asami <asami@FreeBSD.org> | 1999-03-26 22:07:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-26 22:07:16 +0800 |
commit | 329cd31d55cccabb443f4fbe058c75223cef8d9e (patch) | |
tree | 0c800a5ca80a118dc993da582849bf8a6cfdbf94 /www | |
parent | 82d52e4777606de1a5ecf821a3df0463a00a3a28 (diff) | |
download | freebsd-ports-gnome-329cd31d55cccabb443f4fbe058c75223cef8d9e.tar.gz freebsd-ports-gnome-329cd31d55cccabb443f4fbe058c75223cef8d9e.tar.zst freebsd-ports-gnome-329cd31d55cccabb443f4fbe058c75223cef8d9e.zip |
Like other apache* ports, this one doesn't use GNU configure.
Diffstat (limited to 'www')
-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 \ |