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

(-)Makefile (+5 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	curl
8
PORTNAME=	curl
9
PORTVERSION=	7.20.1
9
PORTVERSION=	7.20.1
10
PORTREVISION=	1
10
CATEGORIES=	ftp ipv6 www
11
CATEGORIES=	ftp ipv6 www
11
MASTER_SITES=	http://curl.haxx.se/download/ \
12
MASTER_SITES=	http://curl.haxx.se/download/ \
12
		ftp://ftp.sunet.se/pub/www/utilities/curl/ \
13
		ftp://ftp.sunet.se/pub/www/utilities/curl/ \
Lines 136-141 Link Here
136
CONFIGURE_ARGS += --without-krb4
137
CONFIGURE_ARGS += --without-krb4
137
.endif
138
.endif
138
139
140
.if !defined(WITHOUT_GSSAPI)
141
CONFIGURE_ARGS+=	--with-gssapi
142
.endif
143
139
.if defined(WITH_LDAP)
144
.if defined(WITH_LDAP)
140
CONFIGURE_ARGS+=	--enable-ldap
145
CONFIGURE_ARGS+=	--enable-ldap
141
USE_OPENLDAP=	yes
146
USE_OPENLDAP=	yes

Return to bug 148094