pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
0ad: Require nspr, boost-libs and pkg-config
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Oct 17 21:46:15 2016 +0200
Changeset: 747404dec66ee175debb601dfba0424009284c0d
Modified Files:
0ad/Makefile
Log Message:
0ad: Require nspr, boost-libs and pkg-config
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=747404dec66ee175debb601dfba0424009284c0d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
0ad/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index c97b108..bff91a3 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
WRKSRC= ${WRKDIR}/${DISTNAME:S/-unix-build//}
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake perl bash
+USE_TOOLS+= gmake perl bash pkg-config
DEPENDS+= 0ad-data-${PKGVERSION}:../../wip/0ad-data
@@ -29,6 +29,8 @@ do-build:
${RUN} cd ${WRKSRC} && \
${GMAKE} config=release verbose=1 -C build/workspaces/gcc
+.include "../../devel/nspr/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/openal-soft/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index