diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-01-14 21:11:15 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-01-14 21:11:15 +0000 |
commit | 82ac7a6addf4acd4d46be4160b98e4b693dda1ed (patch) | |
tree | 9a3489c5baea68abb431eb168363d0435883d18b /lang/fpc-units | |
parent | 769d44d09e80baaff52c32908e4b1d0dc7c0e2b1 (diff) |
- lang/fpc revert way like linker is taken by fpc compiler
- lang/fpc add binutils to RUN_DEPENDS
- editors/lazarus add binutils to RUN_DEPENDS
- editors/lazarus add gmake to RUN_DEPENDS
- editors/lazarus install fpc units like RUN_DEPENDS too
- Bump PORTREVISiON of fpc/lazarus ports
PR: 251712
Reported by: amdmi3
Notes
Notes:
svn path=/head/; revision=561593
Diffstat (limited to 'lang/fpc-units')
-rw-r--r-- | lang/fpc-units/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile index 6d5f51074978..f4f068b28bd2 100644 --- a/lang/fpc-units/Makefile +++ b/lang/fpc-units/Makefile @@ -2,6 +2,7 @@ PORTNAME= units PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= fpc- |