diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-06-25 02:27:28 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-06-25 02:27:28 +0800 |
commit | 1db85edb68f7477842e9b089992f77bdd6ad7e58 (patch) | |
tree | 171193d58479ba443ce4ee3ec615d22c522986be /mail/qmail-ldap | |
parent | 195a3e31c84477534796c4ec7646fa35550fa8b8 (diff) | |
download | freebsd-ports-gnome-1db85edb68f7477842e9b089992f77bdd6ad7e58.tar.gz freebsd-ports-gnome-1db85edb68f7477842e9b089992f77bdd6ad7e58.tar.zst freebsd-ports-gnome-1db85edb68f7477842e9b089992f77bdd6ad7e58.zip |
Fix CONFLICTS after qmail->netqmail rename
Diffstat (limited to 'mail/qmail-ldap')
-rw-r--r-- | mail/qmail-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index 0c222388fce3..44e59d012a8c 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -12,7 +12,7 @@ COMMENT= Secure, reliable, and fast MTA for UNIX systems with LDAP support RUN_DEPENDS= ${LOCALBASE}/bin/svscan:${PORTSDIR}/sysutils/daemontools \ ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp -CONFLICTS= emboss-[0-9]* digest-[0-9]* qmail-[0-9]* qmail-mysql-[0-9]* \ +CONFLICTS= emboss-[0-9]* digest-[0-9]* *qmail-[0-9]* *qmail-mysql-[0-9]* \ qmail-spamcontrol-[0-9]* qmail-tls-[0-9]* EXTRA_PATCHES+= ${MASTERDIR}/files/patch-Makefile \ |