summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-01-05 17:46:49 +0000
committergdt <gdt@pkgsrc.org>2006-01-05 17:46:49 +0000
commit795f8ef0edaa6fa6ce58e87ea8de8fb7ad4850f0 (patch)
treeb33bf660f9fa981b2d569ad66ff5701c0622d2b2 /mail
parent80f826d083d64079d3e13b97f6f2b799f171e9f2 (diff)
downloadpkgsrc-795f8ef0edaa6fa6ce58e87ea8de8fb7ad4850f0.tar.gz
spiff up comments about gettext.
change gettext to BUILD_DEPENDS
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-notification/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index 40812d43468..9fd4e235504 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/01/05 16:03:25 gdt Exp $
+# $NetBSD: Makefile,v 1.17 2006/01/05 17:46:49 gdt Exp $
#
DISTNAME= mail-notification-2.0
@@ -48,9 +48,11 @@ CONFIGURE_ARGS+= --disable-sasl
CONFIGURE_ARGS+= --disable-ssl
.endif
-# Gettext 0.14.4 is ok, and 0.10.35 is not.
-# BUILDLINK_DEPENDS.gettext+= gettext-lib>=0.14.4
-DEPENDS+= gettext>=0.11.5:../../devel/gettext
+# The build requires msgfmt (gettext, not gettext-lib).
+# Gettext 0.14.4 and 0.11.5 are ok, and 0.10.35 is not.
+# Upstream maintainer indicates that 0.10.36 should suffice.
+# BUILD_USES_MSGFMT has no wasy to require newer gettext.
+BUILD_DEPENDS+= gettext>=0.11.5:../../devel/gettext
.include "../../devel/eel2/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"