diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-09 19:53:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-09 19:53:49 +0800 |
commit | f23710981637c0acfc8bf3f3168b6aba3b25c576 (patch) | |
tree | 0934376372995e12272e7cbdcfb2a85c666f2aaa /mail | |
parent | 0a62ded21494b0fb9041d135ff5913b2b6a43d33 (diff) | |
download | freebsd-ports-gnome-f23710981637c0acfc8bf3f3168b6aba3b25c576.tar.gz freebsd-ports-gnome-f23710981637c0acfc8bf3f3168b6aba3b25c576.tar.zst freebsd-ports-gnome-f23710981637c0acfc8bf3f3168b6aba3b25c576.zip |
- 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" |