pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd inspircd: add pkg-config to USE_TOOLS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dddc3c397faf
branches:  trunk
changeset: 318897:dddc3c397faf
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jan 31 14:28:37 2019 +0000

description:
inspircd: add pkg-config to USE_TOOLS.

diffstat:

 chat/inspircd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a1c1e352daf0 -r dddc3c397faf chat/inspircd/Makefile
--- a/chat/inspircd/Makefile    Thu Jan 31 14:16:08 2019 +0000
+++ b/chat/inspircd/Makefile    Thu Jan 31 14:28:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2019/01/30 10:16:47 nia Exp $
+# $NetBSD: Makefile,v 1.61 2019/01/31 14:28:37 nia Exp $
 
 DISTNAME=      inspircd-2.0.27
 CATEGORIES=    chat
@@ -11,7 +11,7 @@
 LICENSE=       gnu-gpl-v2
 
 EXTRACT_USING= bsdtar
-USE_TOOLS+=    perl
+USE_TOOLS+=    perl pkg-config
 USE_LANGUAGES= c c++
 HAS_CONFIGURE= yes
 MAKE_FILE=     BSDmakefile



Home | Main Index | Thread Index | Old Index