forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
242 B
Ada
8 lines
242 B
Ada
-- The FSF GNAT 4.9 Project code is hopelessly too modern for AdaBrowse to
|
|
-- hook into it. Just build AdaBrowse without it.
|
|
|
|
pragma License (GPL);
|
|
|
|
with AD.Projects.Impl_No;
|
|
private package AD.Projects.Impl
|
|
renames AD.Projects.Impl_No;
|