diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 23:26:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 23:26:23 +0800 |
commit | 0c0752776a3e5ca4630fd81b55382fa8ebd92426 (patch) | |
tree | dcada4bd87d03cb0ff3bb36bb83279042592357f /audio/libshout | |
parent | c26027cba274f66858d346bca150af03473b0533 (diff) | |
download | freebsd-ports-gnome-0c0752776a3e5ca4630fd81b55382fa8ebd92426.tar.gz freebsd-ports-gnome-0c0752776a3e5ca4630fd81b55382fa8ebd92426.tar.zst freebsd-ports-gnome-0c0752776a3e5ca4630fd81b55382fa8ebd92426.zip |
Remove CONFLICTS: audio/libshout2 has been removed over 3 years
Diffstat (limited to 'audio/libshout')
-rw-r--r-- | audio/libshout/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index 32bcb061871c..e2e4ee0bc111 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis -CONFLICTS= libshout2-[0-9]* - OPTIONS_DEFINE= DOCS SPEEX THEORA OPTIONS_DEFAULT=SPEEX THEORA |