From ccdef43b63129779627fa9a6516ef33dff7d705b Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 15 Jan 2005 20:42:09 +0000 Subject: - Define conflicts with msmtp-devel PR: ports/76046 Submitted by: Roman Bogorodskiy (maintainer) --- mail/msmtp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mail/msmtp/Makefile') 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 -- cgit