From b6ba4e4d61c607de8a802122068a261ade3a43eb Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Tue, 14 Oct 2003 12:44:55 +0000 Subject: Correct misspelt exim-postgresql conflict. PR: ports/57963 Reported by: Christian Ullrich --- mail/exim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/exim') diff --git a/mail/exim/Makefile b/mail/exim/Makefile index d4f28bf446d7..a597bce5446a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -25,7 +25,7 @@ COMMENT= High performance MTA for Unix systems on the Internet .if defined(PKGNAMESUFFIX) CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}-4* .endif -.for suffix in -ldap2 -mysql -postgesql +.for suffix in -ldap2 -mysql -postgresql .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != ${suffix} CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}${suffix}* .endif -- cgit