diff options
Diffstat (limited to 'audio/csound6')
-rw-r--r-- | audio/csound6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 5aab589a831..9cc01486b76 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2017/09/08 02:38:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2018/01/01 21:18:14 adam Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/csound6/Csound6.03/} WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION} |