diff options
author | martymac <martymac@FreeBSD.org> | 2017-10-04 22:26:27 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2017-10-04 22:26:27 +0800 |
commit | f5722612b17527d7c194e67cffb0dbe4c92a5605 (patch) | |
tree | 14d7c3673ddd9f030066f1e07460f9d0db10d3f7 | |
parent | 937a7c9a0f14e038c4af2b1a736673d24422e305 (diff) | |
download | freebsd-ports-gnome-f5722612b17527d7c194e67cffb0dbe4c92a5605.tar.gz freebsd-ports-gnome-f5722612b17527d7c194e67cffb0dbe4c92a5605.tar.zst freebsd-ports-gnome-f5722612b17527d7c194e67cffb0dbe4c92a5605.zip |
Add missing CONFLICTS with sysutils/pv
MFH: 2017Q4
-rw-r--r-- | audio/waon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/waon/Makefile b/audio/waon/Makefile index bf7ef9f1f4d7..9862e2840144 100644 --- a/audio/waon/Makefile +++ b/audio/waon/Makefile @@ -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 |