diff options
author | crees <crees@FreeBSD.org> | 2012-04-09 16:57:11 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-04-09 16:57:11 +0800 |
commit | 60028b04eadc685e52384cedbe8b84b015776e99 (patch) | |
tree | 6cc8e88739ee360273670150f551dc0aafb3412c /mail/imaputils | |
parent | f4f6b4a2bab8e73817ccc9aa7d79e7a2712e8fec (diff) | |
download | freebsd-ports-gnome-60028b04eadc685e52384cedbe8b84b015776e99.tar.gz freebsd-ports-gnome-60028b04eadc685e52384cedbe8b84b015776e99.tar.zst freebsd-ports-gnome-60028b04eadc685e52384cedbe8b84b015776e99.zip |
imaptools and imaputils install the same files, so CONFLICT
Approved by: maintainers
Feature safe: yes
Diffstat (limited to 'mail/imaputils')
-rw-r--r-- | mail/imaputils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/imaputils/Makefile b/mail/imaputils/Makefile index 20ecf0d4e659..e6cf743023dc 100644 --- a/mail/imaputils/Makefile +++ b/mail/imaputils/Makefile @@ -16,6 +16,8 @@ COMMENT= A number of tools and scripts for use with IMAP servers LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/license.txt +CONFLICTS= imaptools-[0-9]* + USE_PERL5_RUN= yes NO_BUILD= yes NO_WRKSUBDIR= yes |