diff options
author | tron <tron@pkgsrc.org> | 2000-07-10 10:10:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-10 10:10:19 +0000 |
commit | b16e065ccc96b67b06741355aaed54c93e111998 (patch) | |
tree | 7090d3013d3dd5ecf671db8e883b001ac595edff /mail/mutt | |
parent | d17a150c54f32abab2842b0b64a51312a67b9983 (diff) | |
download | pkgsrc-b16e065ccc96b67b06741355aaed54c93e111998.tar.gz |
Add dependence on "gettext" package because the "mutt" binary might get
linked with the new shared "libintl".
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index a2102d92aa1..854857b4316 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2000/07/07 06:28:04 tron Exp $ +# $NetBSD: Makefile,v 1.53 2000/07/10 10:10:19 tron Exp $ DISTNAME= mutt-1.2.4i CATEGORIES= mail @@ -12,6 +12,7 @@ HOMEPAGE= http://www.mutt.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +DEPENDS+= gettext-*:../../devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes |