pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/librecad add pkg-config to USE_TOOLS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/899d7edff789
branches:  trunk
changeset: 352209:899d7edff789
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Fri Sep 09 20:07:23 2016 +0000

description:
add pkg-config to USE_TOOLS

diffstat:

 cad/librecad/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ede233ccfe03 -r 899d7edff789 cad/librecad/Makefile
--- a/cad/librecad/Makefile     Fri Sep 09 18:48:59 2016 +0000
+++ b/cad/librecad/Makefile     Fri Sep 09 20:07:23 2016 +0000
@@ -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 @@
 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