svn commit: r458782 - head/x11/roxterm

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 11 20:01:46 UTC 2018


Author: amdmi3
Date: Thu Jan 11 20:01:45 2018
New Revision: 458782
URL: https://svnweb.freebsd.org/changeset/ports/458782

Log:
  - Fix missing python flavor

Modified:
  head/x11/roxterm/Makefile

Modified: head/x11/roxterm/Makefile
==============================================================================
--- head/x11/roxterm/Makefile	Thu Jan 11 19:12:44 2018	(r458781)
+++ head/x11/roxterm/Makefile	Thu Jan 11 20:01:45 2018	(r458782)
@@ -12,7 +12,7 @@ COMMENT=	GTK+ terminal emulator with tabs
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lockfile>0:devel/py-lockfile \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lockfile>0:devel/py-lockfile@${PY_FLAVOR} \
 		docbook-xsl>0:textproc/docbook-xsl \
 		itstool:textproc/itstool \
 		po4a:textproc/po4a


More information about the svn-ports-head mailing list