Lines 7-14
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= libetpan |
9 |
PORTNAME= libetpan |
10 |
PORTVERSION= 0.57 |
10 |
PORTVERSION= 0.58 |
11 |
PORTREVISION= 1 |
|
|
12 |
CATEGORIES= mail ipv6 |
11 |
CATEGORIES= mail ipv6 |
13 |
MASTER_SITES= SF |
12 |
MASTER_SITES= SF |
14 |
|
13 |
|
Lines 32-39
Link Here
|
32 |
OPTIONS= GNUTLS "Enable gnuTLS support" off \ |
31 |
OPTIONS= GNUTLS "Enable gnuTLS support" off \ |
33 |
IPV6 "Enable ipv6 support." on |
32 |
IPV6 "Enable ipv6 support." on |
34 |
|
33 |
|
35 |
.include <bsd.port.pre.mk> |
|
|
36 |
|
37 |
.if defined(WITH_GNUTLS) |
34 |
.if defined(WITH_GNUTLS) |
38 |
LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls |
35 |
LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls |
39 |
CONFIGURE_ARGS+= --without-openssl --with-gnutls |
36 |
CONFIGURE_ARGS+= --without-openssl --with-gnutls |
Lines 51-54
Link Here
|
51 |
post-patch: |
48 |
post-patch: |
52 |
@${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 |
49 |
@${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 |
53 |
|
50 |
|
54 |
.include <bsd.port.post.mk> |
51 |
.include <bsd.port.mk> |