summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-10 10:10:19 +0000
committertron <tron@pkgsrc.org>2000-07-10 10:10:19 +0000
commitb16e065ccc96b67b06741355aaed54c93e111998 (patch)
tree7090d3013d3dd5ecf671db8e883b001ac595edff /mail/mutt
parentd17a150c54f32abab2842b0b64a51312a67b9983 (diff)
downloadpkgsrc-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/Makefile3
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