pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-kronos



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 24 16:23:50 UTC 2017

Modified Files:
        pkgsrc/www/py-django-kronos: Makefile

Log Message:
Added missing DEPENDS on py-crontab


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-kronos/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-kronos/Makefile
diff -u pkgsrc/www/py-django-kronos/Makefile:1.1 pkgsrc/www/py-django-kronos/Makefile:1.2
--- pkgsrc/www/py-django-kronos/Makefile:1.1    Sat Apr 22 12:29:05 2017
+++ pkgsrc/www/py-django-kronos/Makefile        Mon Apr 24 16:23:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/22 12:29:05 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/24 16:23:50 adam Exp $
 
 DISTNAME=      django-kronos-1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@ LICENSE=      mit
 
 USE_LANGUAGES=         # empty
 
+DEPENDS+=      ${PYPKGPREFIX}-crontab-[0-9]*:../../sysutils/py-crontab
 DEPENDS+=      ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index