aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc-units
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2015-08-09 16:06:43 +0800
committeracm <acm@FreeBSD.org>2015-08-09 16:06:43 +0800
commite08c72b4818dedf918c6fe30621cb5bc7c960f1d (patch)
treedcd9771851d8a5b000509363eeaba5add2d5d4de /lang/fpc-units
parent5784aae1aaa23ea9554d64016e10f1a870feefdf (diff)
downloadfreebsd-ports-graphics-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.gz
freebsd-ports-graphics-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.zst
freebsd-ports-graphics-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.zip
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
Diffstat (limited to 'lang/fpc-units')
-rw-r--r--lang/fpc-units/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index 9727fc306a1..91b4010181f 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -3,7 +3,7 @@
PORTNAME= units
PORTVERSION= 2.6.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang
PKGNAMEPREFIX= fpc-
@@ -115,6 +115,8 @@ UNITS_SELECTED= #
UNITS_SELECTED+= ${OPT:tl}
. endif
.endfor
+
+USE_FPC_RUN= yes
USE_FPC= ${UNITS_SELECTED}
.include <bsd.port.mk>