diff options
author | tron <tron@pkgsrc.org> | 2000-11-21 15:36:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-21 15:36:07 +0000 |
commit | 5478ddaecea6c351665953444a800f1c4e1340b5 (patch) | |
tree | 3ded048c44afe23ef1e58e0ec86c73a74afa9a89 /mail/mutt/Makefile | |
parent | 0db702d2235bad366ef4b452dc7c66e0f08a1661 (diff) | |
download | pkgsrc-5478ddaecea6c351665953444a800f1c4e1340b5.tar.gz |
Fix broken build on systems which use the "gettext-lib" package.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 6 |
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 |