diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /www/libapreq2 | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) |
Notes
Diffstat (limited to 'www/libapreq2')
-rw-r--r-- | www/libapreq2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index 7c6e84c646f4..3391c7163eb8 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -7,7 +7,7 @@ PORTNAME= libapreq2 PORTVERSION= 2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR=libapreq @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR=libapreq MAINTAINER= apache@FreeBSD.org COMMENT= Generic Apache2 Request Library -USE_APACHE= 2.0+ +USE_APACHE= 20+ USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf libtool |