pkgsrc-WIP-changes archive

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

0ad: premake5 imported



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Wed May 3 19:46:25 2023 +0200
Changeset:	ada045be7bcf94894f85c575aa0dc20b809d2106

Modified Files:
	0ad/Makefile

Log Message:
0ad: premake5 imported

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

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, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 9106dd3f3c..4d8e5ee27f 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -17,7 +17,7 @@ USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake perl bash pkg-config
 
 DEPENDS+=	0ad-data-${PKGVERSION}:../../wip/0ad-data
-DEPENDS+=	premake5-[0-9]*:../../wip/premake5
+DEPENDS+=	premake5-[0-9]*:../../devel/premake5
 
 do-configure:
 	${RUN} cd ${WRKSRC}/build/workspaces && ./clean-workspaces.sh
@@ -56,5 +56,4 @@ do-build:
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index