View | Details | Raw Unified | Return to bug 140092
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_hosts_access
8
PORTNAME=	mod_hosts_access
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.1.0
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://www.klomp.org/mod_hosts_access/
12
MASTER_SITES=	http://www.klomp.org/mod_hosts_access/
Lines 16-25 Link Here
16
16
17
MAKE_JOBS_SAFE=  yes
17
MAKE_JOBS_SAFE=  yes
18
18
19
USE_APACHE=	1.3
19
USE_APACHE=	yes
20
AP_FAST_BUILD=	yes
20
AP_FAST_BUILD=	yes
21
AP_GENPLIST=	yes
21
AP_GENPLIST=	yes
22
22
23
AP_LIB=	-shared -lwrap
23
AP_LIB+=	${LOCALBASE}/lib -lwrap
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>

Return to bug 140092