diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 11:53:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 11:53:49 +0000 |
commit | 8cb800de5c12abb1001fcf7f5a81ddd32aeea4f6 (patch) | |
tree | d1f48c698b3f4fc3988deaee38b2df824592b210 /mail | |
parent | - Update mail/libsieve port to latest stable version 2.2.4 (diff) |
- Set CONFLICT with mail/squirrelmail
Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirreloutlook/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/squirreloutlook/Makefile b/mail/squirreloutlook/Makefile index fd585ab7eea9..718f4b8f3ff2 100644 --- a/mail/squirreloutlook/Makefile +++ b/mail/squirreloutlook/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: squirrelmailoutlook # Date created: 28 December 2006 -# Whom: Dennis Cabooter <freebsd at rootxs.org> +# Whom: Dennis Cabooter <freebsd@rootxs.org> # # $FreeBSD$ # @@ -40,6 +40,8 @@ SUB_LIST= SQUIRRELDIR=${SQUIRRELDIR} PORTDOCS= * +CONFLICTS= squirrelmail-[0-9]* + pre-everything:: @${ECHO_CMD} "Use WITH_LDAP to ensure PHP LDAP support is installed" @${ECHO_CMD} "Use WITH_DATABASE to ensure PEAR framework for database support is installed" |