summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2003-10-14 12:44:55 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2003-10-14 12:44:55 +0000
commitb6ba4e4d61c607de8a802122068a261ade3a43eb (patch)
treecbffd7bc5f2c714f9f2c6e9483500e6eaa42f97c /mail
parentAdd p5-XML-DTDParser 1.7, perl module for parsing XML DTD strings. (diff)
Correct misspelt exim-postgresql conflict.
PR: ports/57963 Reported by: Christian Ullrich <chris@chrullrich.de>
Notes
Notes: svn path=/head/; revision=91187
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
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