pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/woof



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 28 09:16:55 UTC 2020

Modified Files:
        pkgsrc/games/woof: Makefile

Log Message:
woof: add missing pkg-config tool


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/woof/Makefile

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

Modified files:

Index: pkgsrc/games/woof/Makefile
diff -u pkgsrc/games/woof/Makefile:1.1 pkgsrc/games/woof/Makefile:1.2
--- pkgsrc/games/woof/Makefile:1.1      Mon May 11 10:46:12 2020
+++ pkgsrc/games/woof/Makefile  Thu May 28 09:16:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/11 10:46:12 micha Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/28 09:16:55 wiz Exp $
 
 DISTNAME=      woof_1.2.1
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -14,6 +14,7 @@ LICENSE=      gnu-gpl-v2
 
 USE_LANGUAGES= c99
 USE_CMAKE=     yes
+USE_TOOLS+=    pkg-config
 CMAKE_ARGS+=   -G "Unix Makefiles" ..
 CONFIGURE_DIRS=        build
 WRKSRC=                ${WRKDIR}/woof-${DISTNAME}



Home | Main Index | Thread Index | Old Index