pkgsrc-WIP-changes archive

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

d1x-rebirth: fix scons dependency



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Oct 27 12:18:11 2019 +0200
Changeset:	dc57ad145dc1f6811ed46d12a9ccc6159b6400ef

Modified Files:
	d1x-rebirth/Makefile

Log Message:
d1x-rebirth: fix scons dependency

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

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

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

diffs:
diff --git a/d1x-rebirth/Makefile b/d1x-rebirth/Makefile
index 088514cded..046c2fa45b 100644
--- a/d1x-rebirth/Makefile
+++ b/d1x-rebirth/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Source port of the Descent 1 engine
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config
 
-BUILD_DEPENDS+=		scons-[0-9]*:../../devel/scons
+BUILD_DEPENDS+=		${PYPKGPREFIX}-scons-[0-9]*:../../devel/scons
 SCONS=			${PREFIX}/bin/scons
 SCONS_ARGS+=		-C ${WRKSRC} prefix=${PREFIX}
 SCONS_ARGS+=		sharepath=${PREFIX}/share/d1x-rebirth


Home | Main Index | Thread Index | Old Index