Index: Makefile =================================================================== RCS file: /usr/cvs/ports/japanese/mutt/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 3 Jul 2006 15:42:25 -0000 1.37 +++ Makefile 14 Apr 2007 16:54:24 -0000 @@ -4,12 +4,10 @@ # # $FreeBSD: ports/japanese/mutt/Makefile,v 1.37 2006/07/03 15:42:25 shaun Exp $ # -# 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 +26,6 @@ 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 +49,6 @@ --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 --- japanese-mutt.diff ends here ---