mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Convert USE_DOS2UNIX to USES=dos2unix
This commit is contained in:
parent
06156de8ba
commit
189c242259
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339146
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user