pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-wasm



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Sep 29 19:28:11 UTC 2020

Modified Files:
        pkgsrc/devel/py-wasm: Makefile

Log Message:
py-wasm: Fix DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-wasm/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-wasm/Makefile
diff -u pkgsrc/devel/py-wasm/Makefile:1.1 pkgsrc/devel/py-wasm/Makefile:1.2
--- pkgsrc/devel/py-wasm/Makefile:1.1   Tue Sep 29 01:36:09 2020
+++ pkgsrc/devel/py-wasm/Makefile       Tue Sep 29 19:28:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 01:36:09 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/29 19:28:11 jperkin Exp $
 
 DISTNAME=      wasm-1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://github.com/athre0z/was
 COMMENT=       WebAssembly decoder & disassembler
 LICENSE=       mit
 
-DEPENDS+=      py-setuptools>=0:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 
 USE_LANGUAGES= c++
 



Home | Main Index | Thread Index | Old Index