pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-peewee



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Apr 26 14:10:48 UTC 2017

Modified Files:
        pkgsrc/databases/py-peewee: Makefile

Log Message:
Fix sphinx-build lookup


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/py-peewee/Makefile

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

Modified files:

Index: pkgsrc/databases/py-peewee/Makefile
diff -u pkgsrc/databases/py-peewee/Makefile:1.15 pkgsrc/databases/py-peewee/Makefile:1.16
--- pkgsrc/databases/py-peewee/Makefile:1.15    Fri Apr 21 09:14:01 2017
+++ pkgsrc/databases/py-peewee/Makefile Wed Apr 26 14:10:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/04/21 09:14:01 fhajny Exp $
+# $NetBSD: Makefile,v 1.16 2017/04/26 14:10:48 fhajny Exp $
 
 DISTNAME=      peewee-2.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@ USE_TOOLS+=   bash
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
+MAKE_FLAGS+=   SPHINXBUILD=sphinx-build${PYVERSSUFFIX}
+
 FILES_SUBST+=  PKGMANDIR=${PKGMANDIR}
 MESSAGE_SUBST+=        PYPKGPREFIX=${PYPKGPREFIX}
 



Home | Main Index | Thread Index | Old Index