Date: Thu, 21 Mar 2019 09:21:47 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496434 - head/audio/murmur Message-ID: <201903210921.x2L9Llh1027381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Mar 21 09:21:47 2019 New Revision: 496434 URL: https://svnweb.freebsd.org/changeset/ports/496434 Log: Add explicit dependency on python 2.7 PR: 234633 Modified: head/audio/murmur/Makefile Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Thu Mar 21 09:01:03 2019 (r496433) +++ head/audio/murmur/Makefile Thu Mar 21 09:21:47 2019 (r496434) @@ -17,7 +17,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf USERS= murmur GROUPS= murmur -USES= compiler:c++11-lang qmake pkgconfig qt:5 ssl +USES= compiler:c++11-lang qmake pkgconfig python:2.7 qt:5 ssl USE_CXXSTD= c++11 USE_QT= buildtools core network sql xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903210921.x2L9Llh1027381>