diff options
-rw-r--r-- | mail/elmo-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/elmo/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index 4aed095d2eab..fd2cd4953a75 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -15,6 +15,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= adamw@FreeBSD.org COMMENT= Receive, filter, read, compose and send mail at the text console +CONFLICTS= elmo-[0-9]* + GNU_CONFIGURE= yes USE_GETTEXT= yes USE_ICONV= yes diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 28abe8f4cf09..251ff8dedf57 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= adamw@FreeBSD.org COMMENT= Receive, filter, read, compose and send mail at the text console +CONFLICTS= elmo-devel-* + GNU_CONFIGURE= yes USE_GETTEXT= yes USE_ICONV= yes |