pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/openscad



Module Name:    pkgsrc
Committed By:   plunky
Date:           Sun Sep 25 10:20:22 UTC 2016

Modified Files:
        pkgsrc/cad/openscad: Makefile

Log Message:
add gettext to USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/cad/openscad/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/openscad/Makefile
diff -u pkgsrc/cad/openscad/Makefile:1.37 pkgsrc/cad/openscad/Makefile:1.38
--- pkgsrc/cad/openscad/Makefile:1.37   Fri Sep  2 09:51:06 2016
+++ pkgsrc/cad/openscad/Makefile        Sun Sep 25 10:20:22 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/09/02 09:51:06 plunky Exp $
+# $NetBSD: Makefile,v 1.38 2016/09/25 10:20:22 plunky Exp $
 #
 
 DISTNAME=      openscad-2015.03-2.src
@@ -12,7 +12,7 @@ COMMENT=      OpenSCAD - The Programmers Soli
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES= c c++
-USE_TOOLS+=    bison pkg-config
+USE_TOOLS+=    bison gettext pkg-config
 USE_LIBTOOL=   yes
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:R}



Home | Main Index | Thread Index | Old Index