diff options
author | ghen <ghen@pkgsrc.org> | 2006-01-05 10:08:58 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-01-05 10:08:58 +0000 |
commit | 455345bb5b70f1c8716c2a55969632ca721ea0c7 (patch) | |
tree | b345d1e84fd4fee52138fac9f81a99f3b853ec00 /misc | |
parent | ca8c5cb5f8681f4261eefcbe64c2e550f117973c (diff) | |
download | pkgsrc-455345bb5b70f1c8716c2a55969632ca721ea0c7.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 'misc')
-rw-r--r-- | misc/celestia-kde/Makefile | 6 | ||||
-rw-r--r-- | misc/pyqt_memaid/Makefile | 6 | ||||
-rw-r--r-- | misc/qbrew/Makefile | 12 |
3 files changed, 18 insertions, 6 deletions
diff --git a/misc/celestia-kde/Makefile b/misc/celestia-kde/Makefile index 6c6302e94bf..7ef234edf31 100644 --- a/misc/celestia-kde/Makefile +++ b/misc/celestia-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/12/05 20:50:38 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2006/01/05 10:08:59 ghen Exp $ PKGNAME= ${DISTNAME:S/-/-kde-/} PKGREVISION= 1 @@ -56,6 +56,10 @@ do-install: .include "../../x11/kdelibs3/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 "../../misc/celestia/Makefile.common" diff --git a/misc/pyqt_memaid/Makefile b/misc/pyqt_memaid/Makefile index 2b0ba36390c..374098f638e 100644 --- a/misc/pyqt_memaid/Makefile +++ b/misc/pyqt_memaid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/12 20:18:11 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/05 10:09:00 ghen Exp $ # DISTNAME= pyqt_memaid_0.2.4 @@ -36,4 +36,8 @@ post-install: .include "../../lang/python/extension.mk" .include "../../textproc/py-xml/buildlink3.mk" .include "../../x11/py-qt3-base/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/misc/qbrew/Makefile b/misc/qbrew/Makefile index 871aad325ba..4f611ded2a9 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:17 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/05 10:08:59 ghen Exp $ DISTNAME= qbrew-0.3.4 CATEGORIES= misc @@ -8,10 +8,14 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.usermode.org/code.html COMMENT= Homebrewer's recipe calculator -USE_TOOLS+= gmake -GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_TOOLS+= gmake +GNU_CONFIGURE= yes +USE_LIBTOOL= yes .include "../../x11/qt3-libs/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/bsd.pkg.mk" |