diff options
author | oliver <oliver@FreeBSD.org> | 2013-01-24 17:18:05 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2013-01-24 17:18:05 +0800 |
commit | 5ec5112f9b7bbdc7f97179a83008f0498ba02432 (patch) | |
tree | 03edf0e91e2e57fcd1ff22afa4f01e7d88d18744 | |
parent | 62cf4b865f106e44f9a2e660254bca2574ffc95d (diff) | |
download | freebsd-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/Makefile | 1 |
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 |