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

(-)Makefile (-9 lines)
Lines 51-59 PLIST_SUB= NLS="" Link Here
51
USE_OPENLDAP=	YES
51
USE_OPENLDAP=	YES
52
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
52
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
53
PLIST_SUB+=	LDAP=""
53
PLIST_SUB+=	LDAP=""
54
.if defined(WITHOUT_LDAP)
55
BROKEN=		Conflict options: WITHOUT_LDAP/WITH_LDAP
56
.endif
57
.else
54
.else
58
CONFIGURE_ARGS+=--disable-ldap
55
CONFIGURE_ARGS+=--disable-ldap
59
PLIST_SUB+=	LDAP="@comment "
56
PLIST_SUB+=	LDAP="@comment "
Lines 63-71 PLIST_SUB+= LDAP="@comment " Link Here
63
CONFIGURE_ARGS+=--enable-scdaemon
60
CONFIGURE_ARGS+=--enable-scdaemon
64
LIB_DEPENDS+=	usb-0.1:${PORTSDIR}/devel/libusb
61
LIB_DEPENDS+=	usb-0.1:${PORTSDIR}/devel/libusb
65
PLIST_SUB+=	SCDAEMON=""
62
PLIST_SUB+=	SCDAEMON=""
66
.if defined(WITHOUT_SCDAEMON)
67
BROKEN=		Conflict options: WITHOUT_SCDAEMON/WITH_SCDAEMON
68
.endif
69
.else
63
.else
70
CONFIGURE_ARGS+=--disable-scdaemon
64
CONFIGURE_ARGS+=--disable-scdaemon
71
PLIST_SUB+=	SCDAEMON="@comment "
65
PLIST_SUB+=	SCDAEMON="@comment "
Lines 73-81 PLIST_SUB+= SCDAEMON="@comment " Link Here
73
67
74
.if defined(WITHOUT_CURL)
68
.if defined(WITHOUT_CURL)
75
CONFIGURE_ARGS+=--without-libcurl
69
CONFIGURE_ARGS+=--without-libcurl
76
.if defined(WITH_CURL)
77
BROKEN=		Conflict options: WITHOUT_CURL/WITH_CURL
78
.endif
79
.else
70
.else
80
LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
71
LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
81
CONFIGURE_ARGS+=--with-libcurl=${LOCALBASE}
72
CONFIGURE_ARGS+=--with-libcurl=${LOCALBASE}

Return to bug 107349