pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
endless-sky: fix scons dependency
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun Oct 27 12:18:59 2019 +0200
Changeset: 5b83ba8eee6812df55669ffe22a90032baa87764
Modified Files:
endless-sky/Makefile
Log Message:
endless-sky: 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=5b83ba8eee6812df55669ffe22a90032baa87764
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
endless-sky/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/endless-sky/Makefile b/endless-sky/Makefile
index f26777439d..16436b215c 100644
--- a/endless-sky/Makefile
+++ b/endless-sky/Makefile
@@ -16,7 +16,7 @@ LICENSE= gnu-gpl-v3 AND cc-by-sa-v4.0 AND cc-by-sa-v3.0 AND public-domain
WRKSRC= ${WRKDIR}/endless-sky-${PKGVERSION_NOREV}
USE_LANGUAGES= c++
-BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons
+BUILD_DEPENDS+= ${PYPKGPREFIX}-scons-[0-9]*:../../devel/scons
SCONS= ${PREFIX}/bin/scons
SCONS_ARGS+= -C ${WRKSRC} DESTDIR=${DESTDIR} PREFIX=${PREFIX}
Home |
Main Index |
Thread Index |
Old Index