diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-19 14:20:02 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-19 14:20:02 +0000 |
commit | e57e3c190587803bfa40f0ca0faee71ab7802993 (patch) | |
tree | 9b0212886905234cf6447d88f3fafd1036ddd7b7 /textproc/xml-i18n-tools/buildlink2.mk | |
parent | 178ee6e9b49e12d3add8eaafef8eb2a0490532ac (diff) | |
download | pkgsrc-e57e3c190587803bfa40f0ca0faee71ab7802993.tar.gz |
Bump versions to avoid conflicts between intltool and xml-i18n-tools packages
as suggested by tron.
Diffstat (limited to 'textproc/xml-i18n-tools/buildlink2.mk')
-rw-r--r-- | textproc/xml-i18n-tools/buildlink2.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xml-i18n-tools/buildlink2.mk b/textproc/xml-i18n-tools/buildlink2.mk index cd824a0f7a7..ac6a1d01081 100644 --- a/textproc/xml-i18n-tools/buildlink2.mk +++ b/textproc/xml-i18n-tools/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1 2003/01/05 05:01:21 rh Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2003/02/19 14:20:02 jmmv Exp $ # # This Makefile fragment is included by packages that use xml-i18n-tools. # @@ -7,7 +7,7 @@ XML_I18N_TOOLS_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= xml-i18n-tools -BUILDLINK_DEPENDS.xml-i18n-tools?= xml-i18n-tools>=0.9 +BUILDLINK_DEPENDS.xml-i18n-tools?= xml-i18n-tools>=0.9nb1 BUILDLINK_PKGSRCDIR.xml-i18n-tools?= ../../textproc/xml-i18n-tools EVAL_PREFIX+= BUILDLINK_PREFIX.xml-i18n-tools=xml-i18n-tools |