pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
d2x-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:34 2019 +0200
Changeset: 8c208c3ddda4ee4067014e89a432c25f9f1efd3d
Modified Files:
d2x-rebirth/Makefile
Log Message:
d2x-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=8c208c3ddda4ee4067014e89a432c25f9f1efd3d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
d2x-rebirth/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/d2x-rebirth/Makefile b/d2x-rebirth/Makefile
index 5c68c4f05d..0c66810775 100644
--- a/d2x-rebirth/Makefile
+++ b/d2x-rebirth/Makefile
@@ -13,7 +13,7 @@ COMMENT= Source port of the Descent 2 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