diff options
author | martymac <martymac@FreeBSD.org> | 2017-10-04 19:39:26 +0000 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2017-10-04 19:39:26 +0000 |
commit | 3793fb5a12ce3fcfda6df28226c703a0d7437539 (patch) | |
tree | f8f842972993e9a55e2317149114d2f9b68ea97c | |
parent | 642c6f90bff3da4220e7502290b5e536f3c3ad97 (diff) | |
download | FreeBSD-ports-3793fb5a12ce3fcfda6df28226c703a0d7437539.zip FreeBSD-ports-3793fb5a12ce3fcfda6df28226c703a0d7437539.tar.gz |
MFH: r451228 r451241branches/2017Q4
Add missing CONFLICTS with sysutils/pv and bump PORTREVISION
Approved by: ports-secteam
-rw-r--r-- | audio/waon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/waon/Makefile b/audio/waon/Makefile index bf7ef9f..b7fad63 100644 --- a/audio/waon/Makefile +++ b/audio/waon/Makefile @@ -3,7 +3,7 @@ PORTNAME= waon PORTVERSION= 0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF @@ -17,6 +17,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate +CONFLICTS= pv-[0-9]* + USES= ncurses pkgconfig USE_GNOME= gtk20 |