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_spdy | |
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_spdy')
-rw-r--r-- | www/mod_spdy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index 878892efac50..f8825b37d2e6 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_spdy -# Date created: 1 April 2012 -# Whom: Masaki TAGAWA -# +# Created by: Masaki TAGAWA # $FreeBSD$ -# PORTNAME= mod_spdy PORTVERSION= 0.9.3.2 @@ -28,7 +24,7 @@ BUILD_DEPENDS= greadlink:${PORTSDIR}/sysutils/coreutils \ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo USE_XZ= yes -USE_APACHE= 22+ +USE_APACHE= 22 USE_PYTHON= 2.6+ USE_GMAKE= yes ONLY_FOR_ARCHS= amd64 i386 |