aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-12-12 20:23:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-12-12 20:23:41 +0800
commitb774894d185e009833d6fb930bce377d08e38bf3 (patch)
tree6e98f8234703e5c899a2ccb27cab34e9335aaa23 /games
parent7b55fd76f79f79327e4a069d918a8925f9a55e1c (diff)
downloadfreebsd-ports-graphics-b774894d185e009833d6fb930bce377d08e38bf3.tar.gz
freebsd-ports-graphics-b774894d185e009833d6fb930bce377d08e38bf3.tar.zst
freebsd-ports-graphics-b774894d185e009833d6fb930bce377d08e38bf3.zip
- Tweak build-dependency on python module
Submitted by: lightside@gmx.com (maintainer)
Diffstat (limited to 'games')
-rw-r--r--games/wxlauncher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wxlauncher/Makefile b/games/wxlauncher/Makefile
index 23b197e5b3e..8391245471b 100644
--- a/games/wxlauncher/Makefile
+++ b/games/wxlauncher/Makefile
@@ -11,7 +11,7 @@ COMMENT= Multi-platform launcher for the Freespace 2 Source Code Project
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/GPLv2.txt
-BUILD_DEPENDS= markdown_py:${PORTSDIR}/textproc/py-markdown \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
USE_GITHUB= yes