Date: Wed, 4 Oct 2017 14:26:27 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451228 - head/audio/waon Message-ID: <201710041426.v94EQR26074500@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Wed Oct 4 14:26:27 2017 New Revision: 451228 URL: https://svnweb.freebsd.org/changeset/ports/451228 Log: Add missing CONFLICTS with sysutils/pv MFH: 2017Q4 Modified: head/audio/waon/Makefile Modified: head/audio/waon/Makefile ============================================================================== --- head/audio/waon/Makefile Wed Oct 4 13:45:16 2017 (r451227) +++ head/audio/waon/Makefile Wed Oct 4 14:26:27 2017 (r451228) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710041426.v94EQR26074500>