diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-01-19 21:31:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-01-19 21:31:06 +0000 |
commit | 7cfda26ac9691178b686da04531bf11b13998774 (patch) | |
tree | 7bc3402723974de8146454a90475e677e9cd4657 /audio/csound-bath/Makefile | |
parent | da3d9b627a49f9a414787326e376beecc18915d5 (diff) | |
download | pkgsrc-7cfda26ac9691178b686da04531bf11b13998774.tar.gz |
Update csound-path to 4.23. No useful list of changes, feel free to look
at the ChangeLog.
Update submitted by collver1@attbi.com in PR 19905
Diffstat (limited to 'audio/csound-bath/Makefile')
-rw-r--r-- | audio/csound-bath/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/csound-bath/Makefile b/audio/csound-bath/Makefile index 926deb0e370..6572e47cff5 100644 --- a/audio/csound-bath/Makefile +++ b/audio/csound-bath/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/12/24 18:55:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/19 21:31:07 hubertf Exp $ # -DISTNAME= Csound4.18 -PKGNAME= csound-bath-4.18 +DISTNAME= Csound4.23 +PKGNAME= csound-bath-4.23 CATEGORIES= audio MASTER_SITES= ftp://ftp.cs.bath.ac.uk/pub/dream/newest/ @@ -18,6 +18,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR} DIST_SUBDIR= csound CONFLICTS= csound-4* +USE_GMAKE= yes pre-patch: ${CP} ${FILESDIR}/rtNetBSD.c ${FILESDIR}/rtNetBSD.h ${WRKSRC} |