aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-24 20:36:09 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-24 20:36:09 +0000
commit709aed83435bb4b6ef5514c973267a6b41a7e310 (patch)
treeab80662f021238848307da8c99c5a7e639c34d26
parentbeefb9f9494a1cafd4f5862d22e7275b8c387520 (diff)
downloadports-709aed83435bb4b6ef5514c973267a6b41a7e310.tar.gz
ports-709aed83435bb4b6ef5514c973267a6b41a7e310.zip
Notes
-rw-r--r--audio/csound/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 8d9f8da8f9e9..5c8918dafe8e 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -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