aboutsummaryrefslogtreecommitdiff
path: root/audio/fpc-mad
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2017-02-26 17:38:04 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2017-02-26 17:38:04 +0000
commit9f14548a75ddf1df9c4a73845d40ce76be14c488 (patch)
tree5568967f6576953578773d9db86d97af38f2a292 /audio/fpc-mad
parent991fd5eb5e80999083406f530b9d4cfaa0b08727 (diff)
downloadports-9f14548a75ddf1df9c4a73845d40ce76be14c488.tar.gz
ports-9f14548a75ddf1df9c4a73845d40ce76be14c488.zip
Notes
Diffstat (limited to 'audio/fpc-mad')
-rw-r--r--audio/fpc-mad/files/patch-packages_mad_fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fpc-mad/files/patch-packages_mad_fpmake.pp b/audio/fpc-mad/files/patch-packages_mad_fpmake.pp
index a9c63f2d4c2b..d07556713822 100644
--- a/audio/fpc-mad/files/patch-packages_mad_fpmake.pp
+++ b/audio/fpc-mad/files/patch-packages_mad_fpmake.pp
@@ -3,7 +3,7 @@
@@ -17,7 +17,7 @@ begin
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
- P.Version:='3.0.0';
+ P.Version:='3.0.2';
- P.OSes := [linux,win32,win64,wii];
+ P.OSes := [linux,win32,win64,wii,freebsd,dragonfly];
P.SourcePath.Add('src');