diff options
author | sergei <sergei@FreeBSD.org> | 2004-02-02 13:33:26 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-02-02 13:33:26 +0000 |
commit | 240849536f5f9da79ca86f117b311e879a69161f (patch) | |
tree | 5a3683fd89d82c03c083192cddf5f1b5d2c1f667 /mail/mutt14 | |
parent | 8d6cc3e0ece2f212a3238f62ac92f5a807ccf3be (diff) | |
download | FreeBSD-ports-240849536f5f9da79ca86f117b311e879a69161f.zip FreeBSD-ports-240849536f5f9da79ca86f117b311e879a69161f.tar.gz |
- Add CONFLICTS to prevent installation over mutt-devel
PR: ports/62254
Submitted by: maintainer
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 02e8536..27165c4 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -28,6 +28,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER?= udo.schweigert@siemens.com COMMENT?= The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) +CONFLICTS= mutt-devel-* + .if defined(PACKAGE_BUILDING) WITH_SLANG= yes BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell |