summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-07-06 08:02:23 +0000
committerjlam <jlam@pkgsrc.org>1999-07-06 08:02:23 +0000
commit050e7453a6781f7188e032626b43e1e68b959c51 (patch)
treef3dfea94957766f74c7a54aee23285c83b3ec66e /mail
parentc54df72a6beb849b9e4a84df2ce794d5c13aaa5d (diff)
downloadpkgsrc-050e7453a6781f7188e032626b43e1e68b959c51.tar.gz
* Update ncurses dependency.
* Pass correct linker options to make this ELF-aware.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile8
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"