diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-09-25 04:55:01 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-09-25 04:55:01 +0800 |
commit | d80afa5e36c55e83de58fd8f2bff1059b9a15daa (patch) | |
tree | 002bf6e0f9e61f8e33052eb665b1ef0837b1d210 /www/mod_asn | |
parent | a35a73c92132743fd5df545427f4964010c0e6da (diff) | |
download | freebsd-ports-gnome-d80afa5e36c55e83de58fd8f2bff1059b9a15daa.tar.gz freebsd-ports-gnome-d80afa5e36c55e83de58fd8f2bff1059b9a15daa.tar.zst freebsd-ports-gnome-d80afa5e36c55e83de58fd8f2bff1059b9a15daa.zip |
- USE_APACHE s/22+/22/
some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk
with hat apache@
Diffstat (limited to 'www/mod_asn')
-rw-r--r-- | www/mod_asn/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_asn/Makefile b/www/mod_asn/Makefile index b86e94d3652a..93dc603c2d91 100644 --- a/www/mod_asn/Makefile +++ b/www/mod_asn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_asn -# Date created: 24 Apr 2011 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# +# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mod_asn PORTVERSION= 1.5 @@ -17,7 +13,7 @@ COMMENT= Look up the AS and network prefix of IP address LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 -USE_APACHE= 22+ +USE_APACHE= 22 AP_FAST_BUILD= yes MANUAL_PACKAGE_BUILD= devel/apr1 with pgsql option required |