summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-12 20:33:00 +0000
committerjlam <jlam@pkgsrc.org>2001-06-12 20:33:00 +0000
commit328a35f96fe7ec11093e3847c0943eb3a41f2b51 (patch)
tree154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /mail/mutt
parent8848ee6991e29c3c0d97e1c89906ee2b34645484 (diff)
downloadpkgsrc-328a35f96fe7ec11093e3847c0943eb3a41f2b51.tar.gz
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 9ae0541cc97..e85f296ba93 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2001/06/11 06:34:41 jlam Exp $
+# $NetBSD: Makefile,v 1.71 2001/06/12 20:33:05 jlam Exp $
DISTNAME= mutt-1.2.5i
CATEGORIES= mail
@@ -17,8 +17,8 @@ BUILD_USES_MSGFMT= yes
USE_LIBINTL= YES
CPPFLAGS+= -I${LOCALBASE}/include
-MAKE_ENV+= LIBS=-lintl
-CONFIGURE_ENV+= LIBS=-lintl
+LIBS= -lintl
+MAKE_ENV+= LIBS="${LIBS}"
GNU_CONFIGURE= YES
USE_GMAKE= YES
CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh \