diff options
author | tron <tron@pkgsrc.org> | 2001-02-12 14:53:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-12 14:53:57 +0000 |
commit | 2f8bafbd5db5ec186f7bdf0b8602ce6b2c170cf9 (patch) | |
tree | ca33c29b6280bf3f99b41b8aec1f592734dbaa24 /mail | |
parent | 07f43d0602ee147691a422a85f41d60aa6753788 (diff) | |
download | pkgsrc-2f8bafbd5db5ec186f7bdf0b8602ce6b2c170cf9.tar.gz |
Remove unnecessary "ALL_TARGET" and cleanup a bit.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 902d697a440..c34916d8bc4 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2001/02/07 05:16:39 fredb Exp $ +# $NetBSD: Makefile,v 1.65 2001/02/12 14:53:57 tron Exp $ DISTNAME= mutt-1.2.5i CATEGORIES= mail @@ -14,20 +14,19 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= msgfmt:../../devel/gettext -USE_LIBINTL= YES -MAKE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LIBS=-lintl -CONFIGURE_ENV+= LIBS=-lintl -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh \ - --with-docdir=${PREFIX}/share/doc/mutt \ - --enable-pop --enable-imap \ - --without-included-gettext -USE_CURSES= yes +USE_LIBINTL= YES +MAKE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LIBS=-lintl +CONFIGURE_ENV+= LIBS=-lintl +GNU_CONFIGURE= YES +USE_GMAKE= YES +CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh \ + --with-docdir=${PREFIX}/share/doc/mutt \ + --enable-pop --enable-imap \ + --without-included-gettext +USE_CURSES= YES REPLACE_NCURSES= configure configure.in -ALL_TARGET= keymap_defs.h all -LDFLAGS+= -s +LDFLAGS+= ${STRIPFLAG} WRKSRC= ${WRKDIR}/${DISTNAME:S/i//} .include "../../mk/bsd.prefs.mk" |