diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-18 12:48:46 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-18 12:48:46 +0000 |
commit | 384bb48aad7c09c112268671e62bae8a261f2a41 (patch) | |
tree | 6cf55608a39515f519ccf50c514688161e443c1c /japanese/mutt | |
parent | 65aa1edd6d4710b02c9291e8755a89b136fa7cee (diff) | |
download | FreeBSD-ports-384bb48aad7c09c112268671e62bae8a261f2a41.zip FreeBSD-ports-384bb48aad7c09c112268671e62bae8a261f2a41.tar.gz |
- Remove support for deprecated cyrus-sasl
- Bump PORTREVISION
PR: ports/111567
Submitted by: gabor
Approved by: SHIOZAKI Takehiko <st@be.to> (maintainer, via private mail)
Diffstat (limited to 'japanese/mutt')
-rw-r--r-- | japanese/mutt/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile index cc8c5d6..cca18d6 100644 --- a/japanese/mutt/Makefile +++ b/japanese/mutt/Makefile @@ -3,13 +3,10 @@ # Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp> # # $FreeBSD$ -# -# WITH_MUTT_CYRUS_SASL: if defined, 'Cyrus sasl' support. -# PORTNAME= mutt PORTVERSION= ${VERSION}.j${JP_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese mail MASTER_SITES= http://www.emaillab.org/mutt/1.4/ \ http://my.reset.jp/~iwashita/mutt/distfiles/ \ @@ -28,9 +25,6 @@ LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview USE_GETTEXT= yes -.if defined(WITH_MUTT_CYRUS_SASL) -LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -.endif VERSION= 1.4.2.1 JP_VERSION= 1 @@ -54,9 +48,6 @@ CONFIGURE_ARGS= --with-slang --enable-locales-fix \ --with-docdir=${DOCSDIR} \ --enable-pop --enable-imap \ --enable-default-japanese -.if defined(WITH_MUTT_CYRUS_SASL) -CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} -.endif NOMANCOMPRESS= yes MAN1= flea.1 mutt.1 muttbug.1 mutt_dotlock.1 |