diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-01-25 10:45:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-01-25 10:45:10 +0000 |
commit | 0a1e4b683695e14c1c5959910edd7b77ec243bc0 (patch) | |
tree | 968139df6eafabca8678bf41aa14d70486623604 /mail/opendmarc | |
parent | 1a6b180530ea22381d31dc69f18a39f79eed6162 (diff) | |
download | pkgsrc-0a1e4b683695e14c1c5959910edd7b77ec243bc0.tar.gz |
*: Remove obsolete BUILDLINK_API_DEPENDS.openssl.
Diffstat (limited to 'mail/opendmarc')
-rw-r--r-- | mail/opendmarc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index cc1d0f4816b..7506ee81ea7 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/01/18 21:48:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/25 10:45:11 jperkin Exp $ DISTNAME= opendmarc-1.3.1 PKGREVISION= 6 @@ -37,7 +37,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/opendmarc/opendmarc.conf.sample \ ${DESTDIR}${EGDIR}/ -BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8 .include "../../security/openssl/buildlink3.mk" BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0 .include "../../mail/libmilter/buildlink3.mk" |