mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
14 lines
442 B
ObjectPascal
14 lines
442 B
ObjectPascal
--- packages/openal/fpmake.pp.orig 2015-11-13 21:15:29 UTC
|
|
+++ packages/openal/fpmake.pp
|
|
@@ -19,9 +19,9 @@ begin
|
|
{$endif ALLPACKAGES}
|
|
P.Version:='3.0.0';
|
|
if Defaults.CPU = i386 then
|
|
- P.OSes := [linux,win32,darwin]
|
|
+ P.OSes := [linux,win32,darwin,dragonfly,freebsd]
|
|
else
|
|
- P.OSes := [linux,win32];
|
|
+ P.OSes := [linux,win32,dragonfly,freebsd];
|
|
P.SourcePath.Add('src');
|
|
P.IncludePath.Add('src');
|
|
|