diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-12 12:23:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-12 12:23:41 +0000 |
commit | daff9e5beb1fc0ef39436139177aeaf8498a1698 (patch) | |
tree | 6e98f8234703e5c899a2ccb27cab34e9335aaa23 /games | |
parent | ee2ddffd8452db037648f78577a3cc75e3b424fa (diff) | |
download | ports-daff9e5beb1fc0ef39436139177aeaf8498a1698.tar.gz ports-daff9e5beb1fc0ef39436139177aeaf8498a1698.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/wxlauncher/Makefile | 2 |
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 |