Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 20:36:09 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549949 - head/audio/csound
Message-ID:  <202009242036.08OKa9Pe087590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009242036.08OKa9Pe087590>