diff options
Diffstat (limited to 'cad/kicad/Makefile')
-rw-r--r-- | cad/kicad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 95c67fa8854..e0c1dd33425 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2018/03/01 13:59:11 mef Exp $ +# $NetBSD: Makefile,v 1.23 2018/03/12 11:16:08 wiz Exp $ # V= 4.0.7 DISTNAME= kicad-${V} +PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= https://launchpad.net/kicad/4.0/${V}/+download/ EXTRACT_SUFX= .tar.xz |