aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp
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/msmtp
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/msmtp')
-rw-r--r--mail/msmtp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index f94e6517fd2e..91401d4d1d1a 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -29,17 +29,17 @@ LIBSECRET_DESC= GNOME password management
MSMTPQ_DESC= Install offline messaging scripts
GSASL_CONFIGURE_WITH= libgsasl
-GSASL_LIB_DEPENDS= libgsasl.so:${PORTSDIR}/security/gsasl
+GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl
IDN_CONFIGURE_WITH= libidn
-IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
+IDN_LIB_DEPENDS= libidn.so:dns/libidn
LIBSECRET_CONFIGURE_WITH= libsecret
-LIBSECRET_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret
+LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret
MSMTPQ_PORTDOCS= README.msmtpq
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
GNUTLS_CONFIGURE_ON= --with-ssl=gnutls
-GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
+GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
OPENSSL_VARS= USE_OPENSSL=yes
OPENSSL_CONFIGURE_ON= --with-ssl=openssl
OPENSSL_CONFIGURE_ENV= libssl_CFLAGS="-I${OPENSSLINC}" \
@@ -49,7 +49,7 @@ CERTSFILE= ${LOCALBASE}/share/certs/ca-root-nss.crt
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNUTLS} || ${PORT_OPTIONS:MOPENSSL}
-RUN_DEPENDS+= ${CERTSFILE}:${PORTSDIR}/security/ca_root_nss
+RUN_DEPENDS+= ${CERTSFILE}:security/ca_root_nss
.else
CONFIGURE_ARGS+= --with-ssl=no
.endif