diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-16 04:42:09 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-16 04:42:09 +0800 |
commit | 9d8f37c43a2831c9ccf763435786e02ea1855f9b (patch) | |
tree | 1e610bbba73ca9f13dc3f70bebc5740e1ce5f13a | |
parent | 26f5a597811febbb6f6485828ca3cb656bfa3503 (diff) | |
download | freebsd-ports-gnome-9d8f37c43a2831c9ccf763435786e02ea1855f9b.tar.gz freebsd-ports-gnome-9d8f37c43a2831c9ccf763435786e02ea1855f9b.tar.zst freebsd-ports-gnome-9d8f37c43a2831c9ccf763435786e02ea1855f9b.zip |
- Define conflicts with msmtp-devel
PR: ports/76046
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
-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 e2d6eaf5bfbd..22fbd06d6949 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 |