pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/inspircd



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jan 31 14:28:37 UTC 2019

Modified Files:
        pkgsrc/chat/inspircd: Makefile

Log Message:
inspircd: add pkg-config to USE_TOOLS.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/chat/inspircd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/inspircd/Makefile
diff -u pkgsrc/chat/inspircd/Makefile:1.60 pkgsrc/chat/inspircd/Makefile:1.61
--- pkgsrc/chat/inspircd/Makefile:1.60  Wed Jan 30 10:16:47 2019
+++ pkgsrc/chat/inspircd/Makefile       Thu Jan 31 14:28:37 2019
@@ -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 @@ COMMENT=      Modular Internet Relay Chat (IR
 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