svn commit: r345164 - head/audio/csound

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Feb 19 23:47:51 UTC 2014


Author: danilo
Date: Wed Feb 19 23:47:51 2014
New Revision: 345164
URL: http://svnweb.freebsd.org/changeset/ports/345164
QAT: https://qat.redports.org/buildarchive/r345164/

Log:
  - Add a PORTSCOUT limit

Modified:
  head/audio/csound/Makefile

Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile	Wed Feb 19 23:30:13 2014	(r345163)
+++ head/audio/csound/Makefile	Wed Feb 19 23:47:51 2014	(r345164)
@@ -20,6 +20,8 @@ BUILD_DEPENDS=	swig13>0:${PORTSDIR}/deve
 		gmm++>0:${PORTSDIR}/math/gmm++
 LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
 
+PORTSCOUT=	limit:^5\.
+
 OPTIONS_DEFINE=	ALSA DSSI FLTK FLUIDSYNTH JACK OSC PORTAUDIO PULSEAUDIO
 OPTIONS_DEFAULT=FLTK
 OPTIONS_SUB=	yes


More information about the svn-ports-head mailing list