diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 12:52:36 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 12:52:36 +0800 |
commit | 5ab881a5d9e41945e066f0332b891e12e66d0841 (patch) | |
tree | 1407eca99be95ddb9e55faff3e70910850182df9 /lang/nbc | |
parent | b223666a533d6e9084dba015d034ffcf7b72a3b3 (diff) | |
download | freebsd-ports-gnome-5ab881a5d9e41945e066f0332b891e12e66d0841.tar.gz freebsd-ports-gnome-5ab881a5d9e41945e066f0332b891e12e66d0841.tar.zst freebsd-ports-gnome-5ab881a5d9e41945e066f0332b891e12e66d0841.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/nbc')
-rw-r--r-- | lang/nbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index 42d9578ca93a..9d48298c859c 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -20,7 +20,7 @@ ROBOCTL_DESC= Include roboctl to communicate with the NXT ROBOCTL_RUN_DEPENDS= legoctl:devel/roboctl -USES= dos2unix gmake tar:tgz +USES= dos2unix fpc gmake tar:tgz USE_FPC= fcl-base fcl-image pasjpeg rtl-objpas PLIST_FILES= bin/nbc \ |