pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-buildbot-www py-buildbot-www: fix build
details: https://anonhg.NetBSD.org/pkgsrc/rev/39df36929ff8
branches: trunk
changeset: 369698:39df36929ff8
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Oct 03 07:04:59 2017 +0000
description:
py-buildbot-www: fix build
Fix typo in BUILD_DEPENDS line and add missing build dependency.
diffstat:
devel/py-buildbot-www/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 18ba67d902f7 -r 39df36929ff8 devel/py-buildbot-www/Makefile
--- a/devel/py-buildbot-www/Makefile Tue Oct 03 05:35:40 2017 +0000
+++ b/devel/py-buildbot-www/Makefile Tue Oct 03 07:04:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/01 23:45:50 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/03 07:04:59 wiz Exp $
DISTNAME= buildbot-www-0.9.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,8 @@
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
-BULID_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
+BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index