summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-01-05 10:08:58 +0000
committerghen <ghen@pkgsrc.org>2006-01-05 10:08:58 +0000
commite30ca99b3e1de09a5721dca70bfa0e6d3493b53b (patch)
treeb345d1e84fd4fee52138fac9f81a99f3b853ec00 /databases
parentf835513a5bd9850b47f00efed2a3d916de59517e (diff)
downloadpkgsrc-e30ca99b3e1de09a5721dca70bfa0e6d3493b53b.tar.gz
Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
Diffstat (limited to 'databases')
-rw-r--r--databases/luma/Makefile6
-rw-r--r--databases/mysqlcc/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/databases/luma/Makefile b/databases/luma/Makefile
index f47f121ec24..d63e3c25090 100644
--- a/databases/luma/Makefile
+++ b/databases/luma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/10/29 01:44:35 kristerw Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/05 10:08:59 ghen Exp $
#
DISTNAME= luma-2.2.1
@@ -27,4 +27,8 @@ do-install:
.include "../../databases/py-ldap/buildlink3.mk"
.include "../../x11/py-qt3-base/buildlink3.mk"
.include "../../x11/py-qt3-modules/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment. If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile
index 3239cc04e37..8be6ea87b83 100644
--- a/databases/mysqlcc/Makefile
+++ b/databases/mysqlcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/07/27 16:21:16 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2006/01/05 10:08:58 ghen Exp $
#
DISTNAME= mysqlcc-0.9.4-src
@@ -36,5 +36,9 @@ do-install:
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment. If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"