pkgsrc-WIP-changes archive

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

0ad: fix DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Dec 15 14:09:27 2021 +0100
Changeset:	e7e006bb3b5a6ff2978418c89dbe7fd1bfed8cdb

Modified Files:
	0ad/Makefile

Log Message:
0ad: fix DEPENDS

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

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

diffstat:
 0ad/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 14d0702b87..be8177b81a 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -15,7 +15,7 @@ USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake perl bash pkg-config
 
 DEPENDS+=	0ad-data-${PKGVERSION}:../../wip/0ad-data
-DEPENDS+=	premake5:../../wip/premake5
+DEPENDS+=	premake5-[0-9]*:../../wip/premake5
 
 do-configure:
 	${RUN} cd ${WRKSRC} && ./build/workspaces/clean-workspaces.sh


Home | Main Index | Thread Index | Old Index