diff options
author | jlam <jlam> | 1999-07-06 08:02:23 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-07-06 08:02:23 +0000 |
commit | 6bafc120c7834cb8622e5f7b3d2e124cac920c45 (patch) | |
tree | f3dfea94957766f74c7a54aee23285c83b3ec66e /mail | |
parent | 6994e7b431e3ae2f00cd3258c83a2bd1be76673b (diff) | |
download | pkgsrc-6bafc120c7834cb8622e5f7b3d2e124cac920c45.tar.gz |
* Update ncurses dependency.
* Pass correct linker options to make this ELF-aware.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 2918923c351..3fc03ad77e0 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/06/04 14:07:46 tron Exp $ +# $NetBSD: Makefile,v 1.24 1999/07/06 08:02:23 jlam Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -11,14 +11,14 @@ MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mutt.org/ -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses +DEPENDS+= ncurses-4.2:../../devel/ncurses GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS+= --with-curses=${PREFIX} --with-exec-shell=/bin/ksh \ +CONFIGURE_ARGS+= --with-curses=${LOCALBASE} --with-exec-shell=/bin/ksh \ --with-docdir=${PREFIX}/share/doc/mutt \ --enable-pop --enable-imap -CONFIGURE_ENV+= LDFLAGS=-s +LDFLAGS+= -s .include "../../mk/bsd.pkg.mk" |