aboutsummaryrefslogtreecommitdiff
path: root/www/mod_hosts_access/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_hosts_access/Makefile')
-rw-r--r--www/mod_hosts_access/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/mod_hosts_access/Makefile b/www/mod_hosts_access/Makefile
index 5b1a220bd05b..b02a6ace404d 100644
--- a/www/mod_hosts_access/Makefile
+++ b/www/mod_hosts_access/Makefile
@@ -6,20 +6,19 @@
#
PORTNAME= mod_hosts_access
-PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTVERSION= 1.1.0
CATEGORIES= www
MASTER_SITES= http://www.klomp.org/mod_hosts_access/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module that makes Apache respect hosts.allow and hosts.deny
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
-USE_APACHE= 1.3
+USE_APACHE= 1.3+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
-AP_LIB= -shared -lwrap
+AP_LIB+= ${LOCALBASE}/lib -lwrap
.include <bsd.port.mk>