aboutsummaryrefslogtreecommitdiff
path: root/mail/opendmarc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /mail/opendmarc
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'mail/opendmarc')
-rw-r--r--mail/opendmarc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile
index 590f0ecd3984..1868e0d191f9 100644
--- a/mail/opendmarc/Makefile
+++ b/mail/opendmarc/Makefile
@@ -14,9 +14,9 @@ COMMENT= DMARC library and milter implementation
LICENSE= BSD3CLAUSE SENDMAIL
LICENSE_COMB= multi
-RUN_DEPENDS= p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \
- p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
- p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS= p5-Switch>=0:lang/p5-Switch \
+ p5-DBI>=0:databases/p5-DBI \
+ p5-DBD-mysql>=0:databases/p5-DBD-mysql
LICENSE_FILE_SENDMAIL= ${WRKSRC}/LICENSE.Sendmail
LICENSE_GROUPS_SENDMAIL= FSF OSI
@@ -34,7 +34,7 @@ OPTIONS_DEFAULT= SPF
SPF_DESC= Enable support for SPF record checking
-SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2
+SPF_LIB_DEPENDS= libspf2.so:mail/libspf2
SPF_CONFIGURE_ON= --with-spf \
--with-spf2-include=${LOCALBASE}/include/spf2 \
--with-spf2-lib=${LOCALBASE}/lib