aboutsummaryrefslogtreecommitdiff
path: root/mail/meta1
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/meta1
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/meta1')
-rw-r--r--mail/meta1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile
index c28530e244ba..789dc912344d 100644
--- a/mail/meta1/Makefile
+++ b/mail/meta1/Makefile
@@ -57,11 +57,11 @@ SASL2AUTHD_DESC= Enable plaintext authentication via SASL2
PMILTER_CONFIGURE_ENABLE= pmilter
DKIM_CONFIGURE_ENABLE= DKIM
MSP_CONFIGURE_ENABLE= msp
-SASL2_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+SASL2_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
SASL2_CONFIGURE_ENABLE= SASL
SASL2_CONFIGURE_ON= --with-sasl-incdir=${LOCALBASE}/include \
--with-sasl-libdir=${LOCALBASE}/lib
-SASL2AUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
+SASL2AUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:security/cyrus-sasl2-saslauthd
TLS_CONFIGURE_ENABLE= TLS
.include <bsd.port.options.mk>