pkgsrc-WIP-changes archive

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

barony: USE_TOOLS+= pkg-config



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Nov 2 16:47:53 2019 +0200
Changeset:	11582314265b95b3e496b9eed9fa971c0137f50a

Modified Files:
	barony/Makefile

Log Message:
barony: USE_TOOLS+= pkg-config

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=11582314265b95b3e496b9eed9fa971c0137f50a

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

diffstat:
 barony/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/barony/Makefile b/barony/Makefile
index 59fe607775..786773a672 100644
--- a/barony/Makefile
+++ b/barony/Makefile
@@ -14,6 +14,7 @@ LICENSE=	gnu-gpl-v3
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
 
 CMAKE_ARGS+=	-DPNG_NAMES=png16 \
 		-DEDITOR_EXE_NAME=barony-editor \


Home | Main Index | Thread Index | Old Index