diff options
author | nia <nia@pkgsrc.org> | 2022-06-30 11:18:01 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-06-30 11:18:01 +0000 |
commit | c8c52b1eaa9f02980199a8b4bc92344ac344e087 (patch) | |
tree | c21e2f959a7f54c264b8e94f4eb22405e479275d /cad/openscad/Makefile | |
parent | fab17aa19a19efcffd3db0717cc1cae844bb3581 (diff) | |
download | pkgsrc-c8c52b1eaa9f02980199a8b4bc92344ac344e087.tar.gz |
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Diffstat (limited to 'cad/openscad/Makefile')
-rw-r--r-- | cad/openscad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index f1a17d420ef..466339e21f5 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.88 2022/04/18 19:10:28 adam Exp $ +# $NetBSD: Makefile,v 1.89 2022/06/30 11:18:05 nia Exp $ VERSION= 2021.01 DISTNAME= openscad-${VERSION} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=openscad/} GITHUB_TAG= openscad-${VERSION} |