diff options
author | db <db@FreeBSD.org> | 2016-10-03 21:23:11 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2016-10-03 21:23:11 +0800 |
commit | aaf4ddff87d159446585687823398e3f2ff7ce0e (patch) | |
tree | 5a9187026acf46cea5c3d74a6d2a182cf287eb4e /audio | |
parent | 9cf3eff2d5d40b29e335570cb029fdcca17b325e (diff) | |
download | freebsd-ports-gnome-aaf4ddff87d159446585687823398e3f2ff7ce0e.tar.gz freebsd-ports-gnome-aaf4ddff87d159446585687823398e3f2ff7ce0e.tar.zst freebsd-ports-gnome-aaf4ddff87d159446585687823398e3f2ff7ce0e.zip |
Note conflict with comms/libcodec2 which is already marked for removal
No binary changes hence no PORTREVISION bump
PR: ports/210186
Submitted by: takefu@
Diffstat (limited to 'audio')
-rw-r--r-- | audio/codec2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/codec2/Makefile b/audio/codec2/Makefile index 12b674c3e10f..0335953b9150 100644 --- a/audio/codec2/Makefile +++ b/audio/codec2/Makefile @@ -10,6 +10,7 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Low bit rate codec LICENSE= LGPL21 +CONFLICTS= libcodec2-* LIB_DEPENDS= libspeex.so:audio/speex |