View | Details | Raw Unified | Return to bug 51749 | Differences between
and this patch

Collapse All | Expand All

(-)dirmngr/Makefile (+8 lines)
Lines 35-40 Link Here
35
35
36
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
37
37
38
.if defined(WITH_LDAP)
39
LIB_DEPENDS+=		ldap.2:${PORTSDIR}/net/openldap20
40
.elif defined(WITH_LDAP21)
41
LIB_DEPENDS+=		ldap.2:${PORTSDIR}/net/openldap21
42
.else
43
CONFIGURE_ARGS+=	--without-ldap
44
.endif
45
38
post-extract:
46
post-extract:
39
	${MV} ${WRKDIR}/common ${WRKSRC}
47
	${MV} ${WRKDIR}/common ${WRKSRC}

Return to bug 51749