diff options
Diffstat (limited to 'packages/aspell/fpmake.pp')
-rw-r--r-- | packages/aspell/fpmake.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/aspell/fpmake.pp b/packages/aspell/fpmake.pp index 697256366a..fe7bcab4bb 100644 --- a/packages/aspell/fpmake.pp +++ b/packages/aspell/fpmake.pp @@ -23,7 +23,7 @@ begin P.Author := 'header:Aleš Katona, library: Kevin Atkinson'; P.License := 'header: LGPL with modification, library: LGPL 2.0 or 2.1'; P.HomepageURL := 'www.freepascal.org'; - P.OSes := [beos,haiku,freebsd,darwin,iphonesim,netbsd,openbsd,linux,win32,aix]; + P.OSes := [beos,haiku,freebsd,darwin,iphonesim,netbsd,openbsd,linux,win32,aix,dragonfly]; P.Email := ''; P.Description := 'The New Aspell, spelling library'; P.NeedLibC:= true; |