pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/kdissert build-depend on scons>=0.96.1nb1 whic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6faff5b32031
branches:  trunk
changeset: 498293:6faff5b32031
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Aug 19 11:18:32 2005 +0000

description:
build-depend on scons>=0.96.1nb1 which includes a dependency on py-xml,
should fix build problem seen in bulk-builds

diffstat:

 editors/kdissert/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4b370dc0b042 -r 6faff5b32031 editors/kdissert/Makefile
--- a/editors/kdissert/Makefile Fri Aug 19 11:16:57 2005 +0000
+++ b/editors/kdissert/Makefile Fri Aug 19 11:18:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/09 18:37:41 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2005/08/19 11:18:32 drochner Exp $
 #
 
 DISTNAME=              kdissert-1.0.3
@@ -13,7 +13,7 @@
 USE_PKGLOCALEDIR=      yes
 NO_CONFIGURE=          yes
 
-BUILD_DEPENDS+=        scons-[0-9]*:../../devel/scons
+BUILD_DEPENDS+=        scons>=0.96.1nb1:../../devel/scons
 
 do-build:
        ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC} \



Home | Main Index | Thread Index | Old Index