aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-08-08 15:56:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-08-08 15:56:52 +0000
commite2354b2ae7783a30be712a175da0c72622af5c27 (patch)
tree51f70aaa9ff3815eab04b5a65a08d63bce72cc49 /mail
parent1447ddaa90858328d8e4a7668abf0dca91e02929 (diff)
downloadports-e2354b2ae7783a30be712a175da0c72622af5c27.tar.gz
ports-e2354b2ae7783a30be712a175da0c72622af5c27.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/elmo-devel/Makefile2
-rw-r--r--mail/elmo/Makefile2
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