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

(-)b/security/libpki/Makefile (-4 / +2 lines)
Lines 1-7 Link Here
1
PORTNAME=	libpki
1
PORTNAME=	libpki
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.9.2
3
DISTVERSION=	0.9.2
4
PORTREVISION=	1
4
PORTREVISION=	2
5
CATEGORIES=	security
5
CATEGORIES=	security
6
6
7
PATCH_SITES=	https://github.com/openca/libpki/commit/
7
PATCH_SITES=	https://github.com/openca/libpki/commit/
Lines 35-44 MYSQL_DESC= "Enable MySQL support" Link Here
35
PGSQL_DESC=	"Enable PostgreSQL support"
35
PGSQL_DESC=	"Enable PostgreSQL support"
36
36
37
DNS_CONFIGURE_ENABLE=	dns
37
DNS_CONFIGURE_ENABLE=	dns
38
LDAP_LIB_DEPENDS=	liblber.so:net/openldap24-client \
38
LDAP_USE=		OPENLDAP=yes
39
			libldap_r.so:net/openldap24-client
40
LDAP_CONFIGURE_ENABLE=	ldap
39
LDAP_CONFIGURE_ENABLE=	ldap
41
LDAP_LDFLAGS+=		-llber
42
MYSQL_USES=		mysql
40
MYSQL_USES=		mysql
43
MYSQL_CONFIGURE_ENABLE=	mysql
41
MYSQL_CONFIGURE_ENABLE=	mysql
44
PGSQL_USES=		pgsql
42
PGSQL_USES=		pgsql

Return to bug 265293