diff options
author | ashish <ashish@FreeBSD.org> | 2016-02-26 00:57:44 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2016-02-26 00:57:44 +0800 |
commit | 9a2271662820382c3ae0ff94d07f7dded94ccd30 (patch) | |
tree | cab3555aabe9d8452b38760e4af8b18e56acd315 /mail | |
parent | 206836a62e8d29932e6e55f8a7c470424056751c (diff) | |
download | freebsd-ports-gnome-9a2271662820382c3ae0ff94d07f7dded94ccd30.tar.gz freebsd-ports-gnome-9a2271662820382c3ae0ff94d07f7dded94ccd30.tar.zst freebsd-ports-gnome-9a2271662820382c3ae0ff94d07f7dded94ccd30.zip |
- Revert r409521, due to bad testing on my part
Reported by: fluffy
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 76e438698794..ca3739b92a45 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -53,7 +53,6 @@ OPTIONS_SUB= yes LIBASR_LIB_DEPENDS_OFF= libasr.so:${PORTSDIR}/dns/libasr-devel LIBASR_LIB_DEPENDS= libasr.so:${PORTSDIR}/dns/libasr -LIBASR_BROKEN= incompatible with libasr CA_BUNDLE_CONFIGURE_WITH= path-CAfile=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss |