mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2
11 lines
332 B
ObjectPascal
11 lines
332 B
ObjectPascal
--- packages/modplug/fpmake.pp.orig 2015-08-07 13:22:31 UTC
|
|
+++ packages/modplug/fpmake.pp
|
|
@@ -17,7 +17,7 @@ begin
|
|
P.Directory:=ADirectory;
|
|
{$endif ALLPACKAGES}
|
|
P.Version:='3.0.0';
|
|
- P.OSes := [linux];
|
|
+ P.OSes := [linux,dragonfly,freebsd];
|
|
P.SourcePath.Add('src');
|
|
|
|
T:=P.Targets.AddUnit('modplug.pas');
|