aboutsummaryrefslogtreecommitdiff
path: root/games/wxlauncher
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-12 12:23:41 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-12 12:23:41 +0000
commitdaff9e5beb1fc0ef39436139177aeaf8498a1698 (patch)
tree6e98f8234703e5c899a2ccb27cab34e9335aaa23 /games/wxlauncher
parentee2ddffd8452db037648f78577a3cc75e3b424fa (diff)
downloadports-daff9e5beb1fc0ef39436139177aeaf8498a1698.tar.gz
ports-daff9e5beb1fc0ef39436139177aeaf8498a1698.zip
- Tweak build-dependency on python module
Submitted by: lightside@gmx.com (maintainer)
Notes
Notes: svn path=/head/; revision=374589
Diffstat (limited to 'games/wxlauncher')
-rw-r--r--games/wxlauncher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wxlauncher/Makefile b/games/wxlauncher/Makefile
index 23b197e5b3e6..8391245471bf 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