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

(-)Makefile (-9 / +4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	mod_auth_openid
8
PORTNAME=	mod_auth_openid
9
PORTVERSION=	0.6
9
PORTVERSION=	0.6
10
PORTREVISION=	1
10
CATEGORIES=	www
11
CATEGORIES=	www
11
MASTER_SITES=	http://butterfat.net/releases/mod_auth_openid/
12
MASTER_SITES=	http://butterfat.net/releases/mod_auth_openid/
12
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
Lines 15-23 Link Here
15
COMMENT=	An authentication module for the Apache 2 webserver with OpenID
16
COMMENT=	An authentication module for the Apache 2 webserver with OpenID
16
17
17
LIB_DEPENDS=	opkele:${PORTSDIR}/devel/libopkele \
18
LIB_DEPENDS=	opkele:${PORTSDIR}/devel/libopkele \
18
		sqlite3:${PORTSDIR}/databases/sqlite34
19
		sqlite3:${PORTSDIR}/databases/sqlite3
19
20
20
MAKE_JOBS_SAFE=  yes
21
MAKE_JOBS_SAFE=	yes
21
22
22
PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
23
PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
23
24
Lines 28-37 Link Here
28
29
29
CFLAGS+=	-I${LOCALBASE}/include -I/usr/include/openssl
30
CFLAGS+=	-I${LOCALBASE}/include -I/usr/include/openssl
30
31
31
.include <bsd.port.pre.mk>
32
.include <bsd.port.mk>
32
33
.if ${OSVERSION} < 700000
34
BROKEN=		Doesn't compile on 6.x
35
.endif
36
37
.include <bsd.port.post.mk>

Return to bug 166478