diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-02 00:45:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-02 00:45:46 +0800 |
commit | 0b16527f77d644c4ffc5182dc697de5b3af2f42e (patch) | |
tree | 03b5f76050b6f934209049141d45f07305fdaaca /mail/mutt | |
parent | 2301389f3c723e7385879ce3f4850425f14cf238 (diff) | |
download | freebsd-ports-gnome-0b16527f77d644c4ffc5182dc697de5b3af2f42e.tar.gz freebsd-ports-gnome-0b16527f77d644c4ffc5182dc697de5b3af2f42e.tar.zst freebsd-ports-gnome-0b16527f77d644c4ffc5182dc697de5b3af2f42e.zip |
- Mark CONFLICTS with ja-mutt, ja-mutt-devel, mutt-devel, mutt-devel-lite, mutt-lite and zh-mutt-devel
- Use ?= for CONFLICTS and PORTREVISION: mutt is MASTERDIR of mutt-lite
- Bump PORTREVISION for package change
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 9cf65bd3e9d7..06adbe725b19 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -8,7 +8,7 @@ PORTNAME= mutt PORTVERSION= 1.4.2.3 -PORTREVISION= 5 +PORTREVISION?= 6 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -29,7 +29,7 @@ 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-* +CONFLICTS?= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* OPTIONS= NLS "Native Language Support via gettext utilities" on \ SLANG "Adds display/screen management via S-Lang" off \ |