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/mod_xmlns | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) |
Notes
Diffstat (limited to 'www/mod_xmlns')
-rw-r--r-- | www/mod_xmlns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_xmlns/Makefile b/www/mod_xmlns/Makefile index 3d2a00f7cf38..7a7ceb1a72b4 100644 --- a/www/mod_xmlns/Makefile +++ b/www/mod_xmlns/Makefile @@ -8,6 +8,7 @@ PORTNAME= mod_xmlns PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://apache.webthing.com/svn/apache/filters/xmlns/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ COMMENT= Apache module for XML namespaces MAKE_JOBS_SAFE= yes USE_GNOME= libxml2 -USE_APACHE= 2.0+ +USE_APACHE= 20+ XML2_INC= ${LOCALBASE}/include/libxml2 XML2_LIB= ${LOCALBASE}/lib |