diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2014-01-08 22:59:08 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2014-01-08 22:59:08 +0800 |
commit | 7ee7c4301ccab63da51fff116619f9b06b20d992 (patch) | |
tree | c0043befcf5c5f00ac4b269b7934306606117ab1 /audio/portaudio2 | |
parent | c58c0b3d2052641b06ba6d8c95a101e6c2798977 (diff) | |
download | freebsd-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/Makefile | 3 |
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} |