aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2013-01-24 17:18:05 +0800
committeroliver <oliver@FreeBSD.org>2013-01-24 17:18:05 +0800
commit5ec5112f9b7bbdc7f97179a83008f0498ba02432 (patch)
tree03edf0e91e2e57fcd1ff22afa4f01e7d88d18744
parent62cf4b865f106e44f9a2e660254bca2574ffc95d (diff)
downloadfreebsd-ports-gnome-5ec5112f9b7bbdc7f97179a83008f0498ba02432.tar.gz
freebsd-ports-gnome-5ec5112f9b7bbdc7f97179a83008f0498ba02432.tar.zst
freebsd-ports-gnome-5ec5112f9b7bbdc7f97179a83008f0498ba02432.zip
remove oss4 dependency - it is not needed.
-rw-r--r--multimedia/audacious-plugins/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 99fd2c299107..c1af643af433 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -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