summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-31 04:14:04 +0000
committerjlam <jlam>2000-07-31 04:14:04 +0000
commitca0ad531d55e84590ed722cf236b187ad38d87ae (patch)
tree72ded13deb8e9f6baefeef6c4366a2dec856fd8e /mail
parent6d129ab5516d5455e7cb200caa3b5905e100222c (diff)
downloadpkgsrc-ca0ad531d55e84590ed722cf236b187ad38d87ae.tar.gz
The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 18ec1da5edf..0f74739acce 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2000/07/29 06:30:03 tron Exp $
+# $NetBSD: Makefile,v 1.56 2000/07/31 04:14:08 jlam Exp $
DISTNAME= mutt-1.2.5i
CATEGORIES= mail
@@ -12,7 +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
+DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
GNU_CONFIGURE= yes
USE_GMAKE= yes