summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-01 10:12:58 +0000
committerjlam <jlam>2004-02-01 10:12:58 +0000
commit177d73db37e632f3aaee70bd22d3f98e542cb629 (patch)
tree7a0bad7552eb9858671a4d684e0ecce5d617b54c /textproc/xmlcatmgr
parent99f3c920a08053590bbd7b1e26eb1de73a953244 (diff)
downloadpkgsrc-177d73db37e632f3aaee70bd22d3f98e542cb629.tar.gz
Preserve previous behaviour by unconditionally setting USE_BUILDLINK2 if
we're not already using buildlink3.
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/catalogs.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xmlcatmgr/catalogs.mk b/textproc/xmlcatmgr/catalogs.mk
index 5e31d916c99..65d1e542761 100644
--- a/textproc/xmlcatmgr/catalogs.mk
+++ b/textproc/xmlcatmgr/catalogs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: catalogs.mk,v 1.3 2004/02/01 10:11:39 jlam Exp $
+# $NetBSD: catalogs.mk,v 1.4 2004/02/01 10:12:58 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that install
# catalog files or DTDs. It takes care of registering them into the right
@@ -56,7 +56,8 @@ USE_PKGINSTALL= YES
.if !empty(USE_BUILDLINK3:[yY][eE][sS])
. include "../../textproc/xmlcatmgr/buildlink3.mk"
-.elif empty(USE_BUILDLINK2:[nN][oO])
+.else
+USE_BUILDLINK2= YES
. include "../../textproc/xmlcatmgr/buildlink2.mk"
.endif