diff options
author | reed <reed@pkgsrc.org> | 2004-10-09 23:16:14 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-10-09 23:16:14 +0000 |
commit | 476a159da8768e3141ac352af4bb8da9a25b7226 (patch) | |
tree | 6b62b3bff0067aa04e6bdf587dc23aee4a0857e8 /textproc | |
parent | 939c14c0a6636d533a5d5405be8b2bc5999eda9a (diff) | |
download | pkgsrc-476a159da8768e3141ac352af4bb8da9a25b7226.tar.gz |
Increase BUILDLINK_DEPENDS.xmlcatmgr to xmlcatmgr>=2.0beta1
which was the BUILDLINK_RECOMMENDED.xmlcatmgr. (Okay'ed by jmmv.)
I had noticed that old xmlcatmgr on my system (using IGNORE_RECOMMENDED)
was not good enough
The xmlcatmgr changes for 2.0alpha2 said that command line usage changed
in some scenarios.
Also remove BUILDLINK_RECOMMENDED.xmlcatmgr because now it was the
same (and is redundant for now).
I am not bumping in PKGREVISIONs because of this. This happened
last January and is too late now and maybe I am the only person to
notice.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlcatmgr/buildlink3.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/xmlcatmgr/buildlink3.mk b/textproc/xmlcatmgr/buildlink3.mk index c3904062b13..6c8eac7289e 100644 --- a/textproc/xmlcatmgr/buildlink3.mk +++ b/textproc/xmlcatmgr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/09/02 11:38:07 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/10/09 23:16:14 reed Exp $ # # This Makefile fragment is included by packages that use xmlcatmgr. # @@ -23,8 +23,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxmlcatmgr} BUILDLINK_PACKAGES+= xmlcatmgr .if !empty(XMLCATMGR_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.xmlcatmgr+= xmlcatmgr>=0.2 -BUILDLINK_RECOMMENDED.xmlcatmgr+= xmlcatmgr>=2.0beta1 +BUILDLINK_DEPENDS.xmlcatmgr+= xmlcatmgr>=2.0beta1 BUILDLINK_PKGSRCDIR.xmlcatmgr?= ../../textproc/xmlcatmgr # Location of the xmlcatmgr binary program. |