diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-10-14 20:44:55 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-10-14 20:44:55 +0800 |
commit | 46c9b07316e7e7a231e24c457621a7856b5862d2 (patch) | |
tree | 9a2954a5ac1669f29012cc9d85afaf2bff07f479 /mail/exim | |
parent | 8da8fd42489137accc7b99a2366cdac8327427d7 (diff) | |
download | freebsd-ports-gnome-46c9b07316e7e7a231e24c457621a7856b5862d2.tar.gz freebsd-ports-gnome-46c9b07316e7e7a231e24c457621a7856b5862d2.tar.zst freebsd-ports-gnome-46c9b07316e7e7a231e24c457621a7856b5862d2.zip |
Correct misspelt exim-postgresql conflict.
PR: ports/57963
Reported by: Christian Ullrich <chris@chrullrich.de>
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 2 |
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 |