diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-11-22 16:09:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-11-22 16:09:36 +0000 |
commit | 98c84b69f24ce84d26973baad660d89aa287bf8a (patch) | |
tree | a5aba7569cd91c87d433cfe669afa72ba4d75a46 | |
parent | 134a616944489c5525162ac44799bf89f62a07da (diff) | |
download | pkgsrc-98c84b69f24ce84d26973baad660d89aa287bf8a.tar.gz |
fix last commit (add missing $)
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 46fa60e1398..7bf2d59a367 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2000/11/21 15:36:07 tron Exp $ +# $NetBSD: Makefile,v 1.61 2000/11/22 16:09:36 hubertf Exp $ DISTNAME= mutt-1.2.5i CATEGORIES= mail @@ -15,7 +15,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= msgfmt:../../devel/gettext USE_LIBINTL= YES -MAKE_ENV+= CPPFLAGS=-I{LOCALBASE}/include LIBS=-lintl +MAKE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LIBS=-lintl CONFIGURE_ENV+= LIBS=-lintl GNU_CONFIGURE= yes USE_GMAKE= yes |