diff options
Diffstat (limited to 'devel/py-usb/Makefile')
-rw-r--r-- | devel/py-usb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile index dab49a5c7c2..ff791035c0e 100644 --- a/devel/py-usb/Makefile +++ b/devel/py-usb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:13 adam Exp $ +# $NetBSD: Makefile,v 1.18 2019/04/26 13:13:54 maya Exp $ VERSION= 1.0.0 PKGREVISION= 1 @@ -15,7 +15,7 @@ LICENSE= modified-bsd CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.4.2 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.4.2 .include "../../mk/libusb.buildlink3.mk" .include "../../lang/python/distutils.mk" |