pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-buildbot-www
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 3 07:04:59 UTC 2017
Modified Files:
pkgsrc/devel/py-buildbot-www: Makefile
Log Message:
py-buildbot-www: fix build
Fix typo in BUILD_DEPENDS line and add missing build dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-www/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-buildbot-www/Makefile
diff -u pkgsrc/devel/py-buildbot-www/Makefile:1.1 pkgsrc/devel/py-buildbot-www/Makefile:1.2
--- pkgsrc/devel/py-buildbot-www/Makefile:1.1 Sun Oct 1 23:45:50 2017
+++ pkgsrc/devel/py-buildbot-www/Makefile Tue Oct 3 07:04:59 2017
@@ -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 @@ COMMENT= Web frontend for the buildbot C
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