pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/librecad



Module Name:    pkgsrc
Committed By:   plunky
Date:           Fri Sep  9 20:07:23 UTC 2016

Modified Files:
        pkgsrc/cad/librecad: Makefile

Log Message:
add pkg-config to USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/cad/librecad/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/librecad/Makefile
diff -u pkgsrc/cad/librecad/Makefile:1.32 pkgsrc/cad/librecad/Makefile:1.33
--- pkgsrc/cad/librecad/Makefile:1.32   Fri Sep  9 18:48:59 2016
+++ pkgsrc/cad/librecad/Makefile        Fri Sep  9 20:07:23 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/09/09 18:48:59 plunky Exp $
+# $NetBSD: Makefile,v 1.33 2016/09/09 20:07:23 plunky Exp $
 #
 
 DISTNAME=      LibreCAD-2.1.1
@@ -14,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 EXTRACT_USING= bsdtar
 
 USE_LANGUAGES= c c++
-USE_TOOLS+=    pax
+USE_TOOLS+=    pax pkg-config
 USE_LIBTOOL=   yes
 
 SUBST_CLASSES+=                qtdir



Home | Main Index | Thread Index | Old Index