svn commit: r374589 - head/games/wxlauncher

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 12 12:23:42 UTC 2014


Author: amdmi3
Date: Fri Dec 12 12:23:41 2014
New Revision: 374589
URL: https://svnweb.freebsd.org/changeset/ports/374589
QAT: https://qat.redports.org/buildarchive/r374589/

Log:
  - Tweak build-dependency on python module
  
  Submitted by:	lightside at gmx.com (maintainer)

Modified:
  head/games/wxlauncher/Makefile

Modified: head/games/wxlauncher/Makefile
==============================================================================
--- head/games/wxlauncher/Makefile	Fri Dec 12 11:33:42 2014	(r374588)
+++ head/games/wxlauncher/Makefile	Fri Dec 12 12:23:41 2014	(r374589)
@@ -11,7 +11,7 @@ COMMENT=	Multi-platform launcher for the
 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


More information about the svn-ports-head mailing list