diff options
author | drochner <drochner> | 2005-08-19 11:18:32 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-08-19 11:18:32 +0000 |
commit | 8d914fcbdf684df6896a0f8b1d714839f38ac1e0 (patch) | |
tree | e6947f89d28de69407460030ad4b31b1b59fdc2a /editors/kdissert/Makefile | |
parent | b827587303d90a13673fda9b5468de28199e56bf (diff) | |
download | pkgsrc-8d914fcbdf684df6896a0f8b1d714839f38ac1e0.tar.gz |
build-depend on scons>=0.96.1nb1 which includes a dependency on py-xml,
should fix build problem seen in bulk-builds
Diffstat (limited to 'editors/kdissert/Makefile')
-rw-r--r-- | editors/kdissert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index b73078bd952..760140bdfbd 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -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 @@ COMMENT= Mindmapping-like tool to generate text templates 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} \ |