pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/devilutionx



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul  9 11:27:51 UTC 2019

Modified Files:
        pkgsrc/games/devilutionx: Makefile

Log Message:
devilutionx: Needs pkg-config to find libsodium.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/devilutionx/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/devilutionx/Makefile
diff -u pkgsrc/games/devilutionx/Makefile:1.3 pkgsrc/games/devilutionx/Makefile:1.4
--- pkgsrc/games/devilutionx/Makefile:1.3       Sat Jul  6 14:44:47 2019
+++ pkgsrc/games/devilutionx/Makefile   Tue Jul  9 11:27:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/07/06 14:44:47 nia Exp $
+# $NetBSD: Makefile,v 1.4 2019/07/09 11:27:51 nia Exp $
 
 DISTNAME=      devilutonx-0.4.0
 CATEGORIES=    games
@@ -13,6 +13,7 @@ LICENSE=      unlicense
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 
 USE_CMAKE=     yes
+USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++14
 
 # std::make_unique, etc



Home | Main Index | Thread Index | Old Index