diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-12-13 22:16:15 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-12-13 22:16:15 +0800 |
commit | 6fa64cad098e8662563e42e40a2bac45717d2612 (patch) | |
tree | 0c1b6a20c886dc0b41f6440bda494933857dd6f1 /www/apache2 | |
parent | 5fb117ecaa0cd29d049e46e489a1ab697e20bc85 (diff) | |
download | freebsd-ports-gnome-6fa64cad098e8662563e42e40a2bac45717d2612.tar.gz freebsd-ports-gnome-6fa64cad098e8662563e42e40a2bac45717d2612.tar.zst freebsd-ports-gnome-6fa64cad098e8662563e42e40a2bac45717d2612.zip |
Remove duplicated WITH_EXPERIMENTAL comment.
Reviewed by: maintainer
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index ccdce74edc31..53b0903fe518 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -45,7 +45,6 @@ CONFLICTS= apache+ipv6-1.* apache+modssl-1.* apache+ssl-1.* apache-1.* apache_fp ## WITHOUT_SSL: Disable SSL support ## WITH_THREADS: Enable threads support !! USE IT WITH CARE !! ## WITH_CUSTOM_THREADS: Let you choose which threaded modules you want -## WITH_EXPERIMENTAL: Enable Experimental modules ## WITH_DBM: Choose your DBM: bdb (Berkeley DB), gdbm or ndbm (default) ## WITH_BERKELEYDB: Choose your BerkeleyDB version: db2, db3, db4, db41 or FreeBSD (1.85)(default) ## WITH_STATIC_SUPPORT: Build statically linked support binaries |