aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-16 04:42:09 +0800
committerPav Lucistnik <pav@FreeBSD.org>2005-01-16 04:42:09 +0800
commit9d8f37c43a2831c9ccf763435786e02ea1855f9b (patch)
tree1e610bbba73ca9f13dc3f70bebc5740e1ce5f13a
parent26f5a597811febbb6f6485828ca3cb656bfa3503 (diff)
downloadfreebsd-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/Makefile6
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