diff options
author | riggs <riggs@FreeBSD.org> | 2016-04-02 09:52:30 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-04-02 09:52:30 +0800 |
commit | 44e5c5ad882aae04f1ed66a68a02e42fff05a7f2 (patch) | |
tree | ef2de900f7ffebba12a5f4a102deda5515045d3a /multimedia | |
parent | c4eb70c1bf20f266eadfc620e5fcd7d7aa15fa9f (diff) | |
download | freebsd-ports-gnome-44e5c5ad882aae04f1ed66a68a02e42fff05a7f2.tar.gz freebsd-ports-gnome-44e5c5ad882aae04f1ed66a68a02e42fff05a7f2.tar.zst freebsd-ports-gnome-44e5c5ad882aae04f1ed66a68a02e42fff05a7f2.zip |
Limit PORTSCOUT to the 2.x series of ffmpeg.
Since many ports are not yet ready for 3.x., limit the portscout
distfile scanner not to report the 3.x releases.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 98293b78080d..98a08fdcf411 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -23,6 +23,8 @@ USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl +PORTSCOUT= limit:^2\. + OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT DC1394 \ DEBUG DOCS FAAC FDK_AAC FFSERVER FLITE FONTCONFIG \ FREETYPE FREI0R FRIBIDI GME GSM ICONV ILBC JACK LADSPA \ |