diff options
author | acm <acm@FreeBSD.org> | 2018-04-05 12:52:36 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2018-04-05 12:52:36 +0800 |
commit | 5758d2c9bb03be37cd6217a9d0a650880afb1f97 (patch) | |
tree | 1407eca99be95ddb9e55faff3e70910850182df9 /editors/fpc-ide | |
parent | c45494b178c59af3fb4d9397c326bc43f4f1a3f5 (diff) | |
download | freebsd-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 'editors/fpc-ide')
-rw-r--r-- | editors/fpc-ide/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index f1b13fa960b1..955044892271 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -ide COMMENT= Free Pascal integrated IDE/compiler +USES= fpc USE_FPC= chm fv gdbint regexpr rtl-extra rtl-console fcl-xml MASTERDIR= ${.CURDIR}/../../lang/fpc |