diff options
author | acm <acm@FreeBSD.org> | 2017-02-27 01:38:04 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2017-02-27 01:38:04 +0800 |
commit | d630e9e62eacd76955520e15460fce95687cc599 (patch) | |
tree | 5568967f6576953578773d9db86d97af38f2a292 /audio/fpc-mad | |
parent | 9c089f9e3926872d438d6b5b517e29ef62aea563 (diff) | |
download | freebsd-ports-gnome-d630e9e62eacd76955520e15460fce95687cc599.tar.gz freebsd-ports-gnome-d630e9e62eacd76955520e15460fce95687cc599.tar.zst freebsd-ports-gnome-d630e9e62eacd76955520e15460fce95687cc599.zip |
- Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf
Diffstat (limited to 'audio/fpc-mad')
-rw-r--r-- | audio/fpc-mad/files/patch-packages_mad_fpmake.pp | 2 |
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'); |