pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-openexr



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sat Sep 17 21:52:30 UTC 2016

Modified Files:
        pkgsrc/graphics/py-openexr: Makefile

Log Message:
needs zlib


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-openexr/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-openexr/Makefile
diff -u pkgsrc/graphics/py-openexr/Makefile:1.2 pkgsrc/graphics/py-openexr/Makefile:1.3
--- pkgsrc/graphics/py-openexr/Makefile:1.2     Fri Mar 25 21:12:33 2016
+++ pkgsrc/graphics/py-openexr/Makefile Sat Sep 17 21:52:30 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/03/25 21:12:33 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/17 21:52:30 wiedi Exp $
 
 DISTNAME=      OpenEXR-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-openexr-1.2.0
@@ -21,6 +21,7 @@ SUBST_SED.fix-path+=    -e 's,/usr/local
 
 PYTHON_VERSIONS_ACCEPTED=              27
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index