svn commit: r496434 - head/audio/murmur

Antoine Brodin antoine at FreeBSD.org
Thu Mar 21 09:21:48 UTC 2019


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
 


More information about the svn-ports-all mailing list