summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>2000-11-21 15:36:07 +0000
committertron <tron>2000-11-21 15:36:07 +0000
commite1091f87938a603fc8dbcbcd03812c4f1d543527 (patch)
tree3ded048c44afe23ef1e58e0ec86c73a74afa9a89 /mail
parent51ab225f11716a6b626fa57d23d315f347b3f60e (diff)
downloadpkgsrc-e1091f87938a603fc8dbcbcd03812c4f1d543527.tar.gz
Fix broken build on systems which use the "gettext-lib" package.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index b4d6ee43c71..46fa60e1398 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2000/11/09 14:53:00 itojun Exp $
+# $NetBSD: Makefile,v 1.60 2000/11/21 15:36:07 tron Exp $
DISTNAME= mutt-1.2.5i
CATEGORIES= mail
@@ -14,8 +14,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
BUILD_DEPENDS+= msgfmt:../../devel/gettext
-USE_LIBINTL= yes
-MAKE_ENV+= LIBS=-lintl
+USE_LIBINTL= YES
+MAKE_ENV+= CPPFLAGS=-I{LOCALBASE}/include LIBS=-lintl
CONFIGURE_ENV+= LIBS=-lintl
GNU_CONFIGURE= yes
USE_GMAKE= yes