diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-28 00:05:13 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-28 00:05:13 +0000 |
commit | 76623cd5a4e5c07c1567bd31fc5ebae9e1a86b94 (patch) | |
tree | 275e575336855d177d97ebae76ba78d73779284a /lang/fpc/Makefile | |
parent | 4c1608643c17283b6f14a2e847c5a50e82d42b95 (diff) | |
download | ports-76623cd5a4e5c07c1567bd31fc5ebae9e1a86b94.tar.gz ports-76623cd5a4e5c07c1567bd31fc5ebae9e1a86b94.zip |
Notes
Diffstat (limited to 'lang/fpc/Makefile')
-rw-r--r-- | lang/fpc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index f0eadb8d4e3c..6d1259a34cd1 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -21,8 +21,12 @@ DIST_SUBDIR= freepascal MAINTAINER?= acm@FreeBSD.org COMMENT?= Free Pascal compiler with Turbo and Delphi +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/compiler/COPYING.txt + +ONLY_FOR_ARCHS= amd64 i386 + USES+= gmake iconv -ONLY_FOR_ARCHS= i386 amd64 LLD_UNSAFE= yes # Links object with invalid section header alignment BOOTVER= 3.0.4 MANVER= 3.0.4 |