1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/audio/fpc-mad/files/patch-packages_mad_fpmake.pp
Jose Alonso Cardenas Marquez f68185c820 - Update to 3.0.4
- Connect www/fpc-libmicrohttpd
2018-02-01 07:14:41 +00:00

12 lines
389 B
ObjectPascal

--- packages/mad/fpmake.pp 2017-09-02 11:48:24.000000000 -0500
+++ packages/mad/fpmake.pp 2017-12-12 12:22:21.182111000 -0500
@@ -17,7 +17,7 @@
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='3.0.4';
- P.OSes := [linux,win32,win64,wii];
+ P.OSes := [linux,win32,win64,wii,dragonfly,freebsd];
P.SourcePath.Add('src');
T:=P.Targets.AddUnit('mad.pas');