summaryrefslogtreecommitdiff
path: root/packages/fpgtk
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-12-07 20:38:45 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-12-07 20:38:45 +0000
commitb8e7fc2ff0d599e953704f5f7912f5cceb30dd2e (patch)
tree93c7f137ea0b4e10748866d90fe2176e4b8258f6 /packages/fpgtk
parent59d04ea179bb61ca305df7d9c539dd23dd4a4751 (diff)
downloadfpc-b8e7fc2ff0d599e953704f5f7912f5cceb30dd2e.tar.gz
* adding dragonfly to packages, mantis #27091
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@29215 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fpgtk')
-rw-r--r--packages/fpgtk/fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fpgtk/fpmake.pp b/packages/fpgtk/fpmake.pp
index 71ec192d5d..520de0f33d 100644
--- a/packages/fpgtk/fpmake.pp
+++ b/packages/fpgtk/fpmake.pp
@@ -18,7 +18,7 @@ begin
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='2.7.1';
- P.OSes := [beos,haiku,freebsd,solaris,netbsd,openbsd,linux,win32,win64,os2,emx,aix];
+ P.OSes := [beos,haiku,freebsd,solaris,netbsd,openbsd,linux,win32,win64,os2,emx,aix,dragonfly];
// Do not build fpgtk on iPhone (=arm-darwin)
if Defaults.CPU<>arm then
P.OSes := P.OSes + [darwin];