aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc-units
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2018-04-05 12:52:36 +0800
committeracm <acm@FreeBSD.org>2018-04-05 12:52:36 +0800
commit5758d2c9bb03be37cd6217a9d0a650880afb1f97 (patch)
tree1407eca99be95ddb9e55faff3e70910850182df9 /lang/fpc-units
parentc45494b178c59af3fb4d9397c326bc43f4f1a3f5 (diff)
downloadfreebsd-ports-gnome-5758d2c9bb03be37cd6217a9d0a650880afb1f97.tar.gz
freebsd-ports-gnome-5758d2c9bb03be37cd6217a9d0a650880afb1f97.tar.zst
freebsd-ports-gnome-5758d2c9bb03be37cd6217a9d0a650880afb1f97.zip
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
Diffstat (limited to 'lang/fpc-units')
-rw-r--r--lang/fpc-units/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index 6a823b176f7a..7bfcaafc9ad4 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= Meta port to install Free Pascal units
ONLY_FOR_ARCHS= i386 amd64
-USES= metaport
+USES= fpc:run metaport
BUILDNAME= ${ARCH}-${OPSYS:tl}
@@ -118,7 +118,6 @@ UNITS_SELECTED+= ${OPT:tl:S/rtl_/rtl-/:S/fcl_/fcl-/}
. endif
.endfor
-USE_FPC_RUN= yes
USE_FPC= ${UNITS_SELECTED}
.include <bsd.port.mk>