1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

textproc/templates_parser: Define Naming in gpr file

Two source files have non-standard names as they were build options.
The gpr file needs to pass this information to gprbuild users.
This commit is contained in:
John Marino 2014-05-17 15:34:01 +00:00
parent e64d577328
commit 019ab276a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354326
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= templates_parser
PORTVERSION= 11.9.0.0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://downloads.dragonlace.net/src/

View File

@ -16,4 +16,11 @@ project Templates_Parser is
end case;
for Externally_Built use "true";
package Naming is
for Implementation ("Templates_Parser.Input")
use "templates_parser-input__standalone.adb";
for Implementation ("Templates_Parser_Tasking")
use "templates_parser_tasking__standard_tasking.adb";
end Naming;
end Templates_Parser;