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

(-)Makefile (-2 / +2 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	mod_xmlns
9
PORTNAME=	mod_xmlns
10
PORTVERSION=	0.97
10
PORTVERSION=	0.97
11
PORTREVISION=	1
11
CATEGORIES=	www
12
CATEGORIES=	www
12
MASTER_SITES=	http://apache.webthing.com/svn/apache/filters/xmlns/
13
MASTER_SITES=	http://apache.webthing.com/svn/apache/filters/xmlns/
13
DISTFILES=	xmlns.h mod_xmlns.c
14
DISTFILES=	xmlns.h mod_xmlns.c
Lines 16-23 Link Here
16
COMMENT=	Apache module for XML namespaces
17
COMMENT=	Apache module for XML namespaces
17
18
18
USE_GNOME=	libxml2
19
USE_GNOME=	libxml2
19
USE_APACHE=	yes
20
USE_APACHE=	2.0+
20
WITH_APACHE2=	yes
21
21
22
XML2_INC=	${LOCALBASE}/include/libxml2
22
XML2_INC=	${LOCALBASE}/include/libxml2
23
XML2_LIB=	${LOCALBASE}/lib
23
XML2_LIB=	${LOCALBASE}/lib
(-)pkg-plist (-1 / +1 lines)
Lines 1-3 Link Here
1
libexec/apache2/mod_xmlns.so
1
%%APACHEMODDIR%%/mod_xmlns.so
2
@exec %D/sbin/apxs -e -A -n xmlns %D/%F
2
@exec %D/sbin/apxs -e -A -n xmlns %D/%F
3
@unexec %D/sbin/apxs -e -A -n xmlns %D/%F
3
@unexec %D/sbin/apxs -e -A -n xmlns %D/%F

Return to bug 133621