Browse Source

+ enabled compilation of unit ptc on FreeBSD

Nikolay Nikolov 3 years ago
parent
commit
a596fab3d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ptc/fpmake.pp

+ 1 - 1
packages/ptc/fpmake.pp

@@ -22,7 +22,7 @@ begin
     P.License := 'LGPL with modification, ';
     P.HomepageURL := 'http://ptcpas.sourceforge.net/';
     P.Description := 'A free, portable framebuffer library.';
-    p.OSes:=[linux,win32,win64,go32v2,macosx,openbsd];
+    p.OSes:=[linux,win32,win64,go32v2,macosx,openbsd,freebsd];
 
     P.SourcePath.Add('src');
     P.SourcePath.Add('src/ptcwrapper');