pkgsrc-WIP-changes archive

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

0ad: Require curl, SDL2, MesaLib



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Oct 13 13:20:31 2016 +0200
Changeset:	a8a4cf02ce4932155ba7b95bf0a6168e18cae741

Modified Files:
	0ad/Makefile

Log Message:
0ad: Require curl, SDL2, MesaLib

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

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

diffstat:
 0ad/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 1e86954..7b90bb1 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -29,6 +29,9 @@ do-build:
 	${RUN} cd ${WRKSRC} && \
 		${GMAKE} config=release verbose=1 -C build/workspaces/gcc
 
+.include "../../www/curl/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../chat/gloox/buildlink3.mk"
 .include "../../wip/miniupnpc/buildlink3.mk"
 .include "../../wip/enet/buildlink3.mk"


Home | Main Index | Thread Index | Old Index