aboutsummaryrefslogtreecommitdiffstats
path: root/audio/portaudio2
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/portaudio2
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/portaudio2')
-rw-r--r--audio/portaudio2/Makefile3
1 files changed, 1 insertions, 2 deletions
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}