diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-08-29 15:01:46 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-08-29 15:01:46 +0000 |
commit | f2904b6af86bf31288fb14f77c4147d547f2331f (patch) | |
tree | 0f24ce676070cd2b3017f761db8f5e49e00c5b07 /mail/libetpan | |
parent | df286138e91ba031330ebdf325b268e778d4bedc (diff) | |
download | ports-f2904b6af86bf31288fb14f77c4147d547f2331f.tar.gz ports-f2904b6af86bf31288fb14f77c4147d547f2331f.zip |
Notes
Diffstat (limited to 'mail/libetpan')
-rw-r--r-- | mail/libetpan/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 8d67befc581c..1e64426955bc 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -12,9 +12,9 @@ COMMENT= Mail framework for C language LICENSE= BSD -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - expat:${PORTSDIR}/textproc/expat2 \ - sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 USE_AUTOTOOLS= libtool autoconf AUTOTOOLSFILES= aclocal.m4 @@ -30,8 +30,8 @@ OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL GNUTLS_CONFIGURE_ON= --without-openssl --with-gnutls -GNUTLS_LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ - gcrypt:${PORTSDIR}/security/libgcrypt +GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt IPV6_CONFIGURE_ENABLE= ipv6 |