summaryrefslogtreecommitdiff
path: root/mail/mail-notification/Makefile
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
commitb3fb906ebb28f94782914910bd09312ff21e3842 (patch)
treeb33bf660f9fa981b2d569ad66ff5701c0622d2b2 /mail/mail-notification/Makefile
parenta4292877898732dd6d94e4aa3a0422ab8e6d4b6b (diff)
downloadpkgsrc-b3fb906ebb28f94782914910bd09312ff21e3842.tar.gz
spiff up comments about gettext.
change gettext to BUILD_DEPENDS
Diffstat (limited to 'mail/mail-notification/Makefile')
-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"