svn commit: r549949 - head/audio/csound

Yuri Victorovich yuri at FreeBSD.org
Thu Sep 24 20:36:10 UTC 2020


Author: yuri
Date: Thu Sep 24 20:36:09 2020
New Revision: 549949
URL: https://svnweb.freebsd.org/changeset/ports/549949

Log:
  audio/csound: Remove unecessary python-2.7 requirement
  
  PR:		249581
  Reported by:	swills

Modified:
  head/audio/csound/Makefile

Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile	Thu Sep 24 20:35:57 2020	(r549948)
+++ head/audio/csound/Makefile	Thu Sep 24 20:36:09 2020	(r549949)
@@ -3,6 +3,7 @@
 
 PORTNAME=	csound
 DISTVERSION=	6.14.0
+PORTREVISION=	1
 CATEGORIES=	audio lang
 
 PATCH_SITES=	https://github.com/csound/csound/commit/
@@ -20,7 +21,7 @@ BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \
 LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
 		libsndfile.so:audio/libsndfile
 
-USES=		alias bison cmake compiler:c++11-lib eigen:3 localbase ncurses python:2.7
+USES=		alias bison cmake compiler:c++11-lib eigen:3 localbase ncurses python
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list