py-wasm: Fix DEPENDS.
This commit is contained in:
parent
fb0cfccc37
commit
42602faaf2
1 changed files with 2 additions and 2 deletions
|
@ -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/wasm
|
|||
COMMENT= WebAssembly decoder & disassembler
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= py-setuptools>=0:../../devel/py-setuptools
|
||||
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
|
||||
|
||||
USE_LANGUAGES= c++
|
||||
|
||||
|
|
Loading…
Reference in a new issue