diff options
author | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
commit | 04fb25691d27264db9ce274313916f94898deef9 (patch) | |
tree | 0f24ce676070cd2b3017f761db8f5e49e00c5b07 /mail/libetpan | |
parent | 1be8826148dc06f92e9b28febd5f7dff2d5b47c1 (diff) | |
download | freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.gz freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.zst freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.zip |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
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 |