diff options
author | pav <pav@FreeBSD.org> | 2005-01-15 20:42:09 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-15 20:42:09 +0000 |
commit | ccdef43b63129779627fa9a6516ef33dff7d705b (patch) | |
tree | d6543509e5d74d501de80a19d7b79b64a3947d70 /mail | |
parent | 05bf3b7822b44b25e3d7996d39602b479d29a7ca (diff) | |
download | FreeBSD-ports-ccdef43b63129779627fa9a6516ef33dff7d705b.zip FreeBSD-ports-ccdef43b63129779627fa9a6516ef33dff7d705b.tar.gz |
- Define conflicts with msmtp-devel
PR: ports/76046
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index e2d6eaf..22fbd06 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -23,12 +23,14 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= msmtp.1 PLIST_FILES= bin/msmtp +CONFLICTS= msmtp-devel-* + .if !defined(WITH_OPENSSL) WITH_GNUTLS= yes .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls .endif .if defined(WITH_OPENSSL) @@ -37,7 +39,7 @@ CONFIGURE_ARGS+= --with-ssl=openssl .endif .if defined(WITH_GNU_SASL) -LIB_DEPENDS+= gsasl:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.9:${PORTSDIR}/security/gsasl .else CONFIGURE_ARGS+= --disable-gsasl .endif |