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