aboutsummaryrefslogtreecommitdiff
path: root/audio/portaudio
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2014-01-08 14:59:08 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2014-01-08 14:59:08 +0000
commit189c242259b5d84fadfb1ac368b6149bcd94d6d7 (patch)
treec0043befcf5c5f00ac4b269b7934306606117ab1 /audio/portaudio
parent06156de8ba20cb1079be33dc4b5a6a530e325a1f (diff)
downloadports-189c242259b5d84fadfb1ac368b6149bcd94d6d7.tar.gz
ports-189c242259b5d84fadfb1ac368b6149bcd94d6d7.zip
Convert USE_DOS2UNIX to USES=dos2unix
Notes
Notes: svn path=/head/; revision=339146
Diffstat (limited to 'audio/portaudio')
-rw-r--r--audio/portaudio/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile
index 6bc04dc738e5..273efefed718 100644
--- a/audio/portaudio/Makefile
+++ b/audio/portaudio/Makefile
@@ -13,11 +13,10 @@ COMMENT= Portable cross-platform Audio API
LICENSE= MIT
-USES= gmake
+USES= gmake dos2unix
USE_ZIP= yes
GNU_CONFIGURE= yes
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
-USE_DOS2UNIX= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}