svn commit: r451228 - head/audio/waon

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Oct 4 14:26:28 UTC 2017


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
 


More information about the svn-ports-all mailing list