diff options
Diffstat (limited to 'mail/mutt-current/Makefile')
-rw-r--r-- | mail/mutt-current/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/mutt-current/Makefile b/mail/mutt-current/Makefile index b23c6c4a6ec..9fee274a49e 100644 --- a/mail/mutt-current/Makefile +++ b/mail/mutt-current/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2000/05/09 22:23:27 pooka Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:38 hubertf Exp $ + +IGNORE= "Stable mutt avaiable in mail/mutt" DISTNAME= mutt-1.1.10i WRKSRC= ${WRKDIR}/mutt-1.1.10 @@ -26,10 +28,9 @@ CONFIGURE_ARGS+= --with-curses=${LOCALBASE} --with-exec-shell=/bin/ksh \ --enable-pop --enable-imap LDFLAGS+= -s -MIRROR_DISTFILE=no RESTRICTED= "Contains PGP code" - -IGNORE= "Stable mutt avaiable in mail/mutt" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} .include "../../mk/bsd.prefs.mk" |