pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/kicad
Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Feb 13 08:03:23 UTC 2023
Modified Files:
        pkgsrc/cad/kicad: Makefile
Log Message:
kicad: remove a BUILD_DEPENDS. USE_TOOLS is sufficient.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/cad/kicad/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/kicad/Makefile
diff -u pkgsrc/cad/kicad/Makefile:1.71 pkgsrc/cad/kicad/Makefile:1.72
--- pkgsrc/cad/kicad/Makefile:1.71      Mon Feb 13 07:59:01 2023
+++ pkgsrc/cad/kicad/Makefile   Mon Feb 13 08:03:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2023/02/13 07:59:01 tnn Exp $
+# $NetBSD: Makefile,v 1.72 2023/02/13 08:03:23 tnn Exp $
 #
 
 V=             7.0.0
@@ -15,7 +15,6 @@ COMMENT=      Schematic and PCB CAD software 
 LICENSE=       gnu-gpl-v3
 
 BUILD_DEPENDS+=        swig4-[0-9]*:../../devel/swig4
-BUILD_DEPENDS+=        gettext-tools-[0-9]*:../../devel/gettext-tools
 DEPENDS+=      git-base-[0-9]*:../../devel/git-base
 
 USE_PKGLOCALEDIR=      yes
Home |
Main Index |
Thread Index |
Old Index