diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /audio/csound5 | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'audio/csound5')
-rw-r--r-- | audio/csound5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 5f35a987089..ef93b191757 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/01/07 12:25:50 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2007/02/22 19:26:05 wiz Exp $ # DISTNAME= Csound${CSOUND_VERSION}_src @@ -15,7 +15,7 @@ COMMENT= Software synthesizer and sequencer CSOUND_VERSION= 5.01 USE_LANGUAGES= c c++ CFLAGS+= -g -D__PKGSRC_PREFIX__=${PREFIX}/ -DBETA -BUILD_DEPENDS+= scons>=0.96:../../devel/scons +BUILD_DEPENDS+= scons>=0.96:../../devel/scons NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 # Severe LP64 problems SCONS= ${PREFIX}/bin/scons SCONS_ARGS= -C ${WRKSRC} prefix=${PREFIX} |