pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/devilutionx devilutionx: Needs pkg-config to fin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09ee13811d58
branches:  trunk
changeset: 336216:09ee13811d58
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 09 11:27:51 2019 +0000

description:
devilutionx: Needs pkg-config to find libsodium.

diffstat:

 games/devilutionx/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 33c746c512cb -r 09ee13811d58 games/devilutionx/Makefile
--- a/games/devilutionx/Makefile        Tue Jul 09 11:27:16 2019 +0000
+++ b/games/devilutionx/Makefile        Tue Jul 09 11:27:51 2019 +0000
@@ -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 @@
 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