diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-16 20:58:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-16 20:58:16 +0800 |
commit | b36023e07460f760eb9afa1b4c73d043374a7968 (patch) | |
tree | cd771deb19a99a0daf138afa2b966f56b7d36b63 /mail/mpop | |
parent | 58122f740c9d77b55ddf1a61f7e62eb310013e80 (diff) | |
download | freebsd-ports-gnome-b36023e07460f760eb9afa1b4c73d043374a7968.tar.gz freebsd-ports-gnome-b36023e07460f760eb9afa1b4c73d043374a7968.tar.zst freebsd-ports-gnome-b36023e07460f760eb9afa1b4c73d043374a7968.zip |
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
Diffstat (limited to 'mail/mpop')
-rw-r--r-- | mail/mpop/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index e3e55244418c..7f190eb95022 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -24,15 +24,15 @@ OPTIONS_RADIO_TLS= GNUTLS OPENSSL OPTIONS_DEFAULT= IDN OPENSSL OPTIONS_SUB= yes -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --with-tls=gnutls GSASL_DESC= ${SASL_DESC} via GNU SASL -GSASL_LIB_DEPENDS= libgsasl.so:${PORTSDIR}/security/gsasl +GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl GSASL_CONFIGURE_WITH= libgsasl -IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn +IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_WITH= libidn LIBSECRET_DESC= GNOME password management -LIBSECRET_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret +LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret LIBSECRET_CONFIGURE_WITH= libsecret NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |