diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 13:56:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 13:56:50 +0000 |
commit | 42e47f94ac30a7a98c540b14e4a2adc3a4064dd4 (patch) | |
tree | 53426cf87c6f6506802744b7b8c69140e94abc7b /mail | |
parent | b186726eef8237a832117edf3159ebc8fa96d00b (diff) | |
download | pkgsrc-42e47f94ac30a7a98c540b14e4a2adc3a4064dd4.tar.gz |
Support builtin libmilter.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opendkim/options.mk | 4 | ||||
-rw-r--r-- | mail/opendmarc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/opendkim/options.mk b/mail/opendkim/options.mk index 5762819b820..a5830f44a3f 100644 --- a/mail/opendkim/options.mk +++ b/mail/opendkim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2013/01/05 17:05:07 pettai Exp $ +# $NetBSD: options.mk,v 1.5 2014/09/25 13:56:50 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.opendkim PKG_SUPPORTED_OPTIONS= opendkim-filter debug dkim-stats vbr @@ -23,7 +23,7 @@ EGDIR= ${PREFIX}/share/examples/opendkim RCD_SCRIPTS= opendkim CONFIGURE_ARGS+= --enable-filter -CONFIGURE_ARGS+= --with-milter=${PREFIX} +CONFIGURE_ARGS+= --with-milter=${BUILDLINK_PREFIX.libmilter} CONF_FILES= ${EGDIR}/opendkim.conf.sample \ ${PKG_SYSCONFDIR}/opendkim.conf diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index 468b74a7237..c706e4b5e32 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/29 23:36:47 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/09/25 13:58:23 jperkin Exp $ DISTNAME= opendmarc-1.2.0 PKGREVISION= 1 @@ -22,7 +22,7 @@ USE_TOOLS+= perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-milter=${PREFIX} +CONFIGURE_ARGS+= --with-milter=${BUILDLINK_PREFIX.libmilter} REPLACE_PERL= reports/opendmarc-expire.in REPLACE_PERL+= reports/opendmarc-import.in |