aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2014-01-08 22:59:08 +0800
committerskreuzer <skreuzer@FreeBSD.org>2014-01-08 22:59:08 +0800
commit7ee7c4301ccab63da51fff116619f9b06b20d992 (patch)
treec0043befcf5c5f00ac4b269b7934306606117ab1 /audio
parentc58c0b3d2052641b06ba6d8c95a101e6c2798977 (diff)
downloadfreebsd-ports-gnome-7ee7c4301ccab63da51fff116619f9b06b20d992.tar.gz
freebsd-ports-gnome-7ee7c4301ccab63da51fff116619f9b06b20d992.tar.zst
freebsd-ports-gnome-7ee7c4301ccab63da51fff116619f9b06b20d992.zip
Convert USE_DOS2UNIX to USES=dos2unix
Diffstat (limited to 'audio')
-rw-r--r--audio/portaudio/Makefile3
-rw-r--r--audio/portaudio2/Makefile3
2 files changed, 2 insertions, 4 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}
diff --git a/audio/portaudio2/Makefile b/audio/portaudio2/Makefile
index 3800ffb1b850..79e3b7f3b04a 100644
--- a/audio/portaudio2/Makefile
+++ b/audio/portaudio2/Makefile
@@ -23,8 +23,7 @@ CONFIGURE_ARGS+=PKG_CONFIG_LIBDIR=${PREFIX}/libdata/pkgconfig \
--libdir=${PREFIX}/lib/${PORTNAME}${PKGNAMESUFFIX} \
--includedir=${PREFIX}/include/${PORTNAME}${PKGNAMESUFFIX}
-USES= gmake pathfix pkgconfig
-USE_DOS2UNIX= yes
+USES= gmake pathfix pkgconfig dos2unix
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}${PKGNAMESUFFIX}
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}