1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

remove oss4 dependency - it is not needed.

This commit is contained in:
Oliver Lehmann 2013-01-24 09:18:05 +00:00
parent 8a0e459498
commit ed2a9c301d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310920

View File

@ -218,7 +218,6 @@ CONFIGURE_ARGS+=--disable-scrobbler
.endif
.if ${PORT_OPTIONS:MOSS4}
BUILD_DEPENDS+= ${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss
PLIST_SUB+= OSS4PLUGIN=""
CONFIGURE_ARGS+=--enable-oss4
.else