diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 04:52:36 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 04:52:36 +0000 |
commit | 5ab881a5d9e41945e066f0332b891e12e66d0841 (patch) | |
tree | 1407eca99be95ddb9e55faff3e70910850182df9 /www/fpc-googleapi | |
parent | b223666a533d6e9084dba015d034ffcf7b72a3b3 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=466532
Diffstat (limited to 'www/fpc-googleapi')
-rw-r--r-- | www/fpc-googleapi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/fpc-googleapi/Makefile b/www/fpc-googleapi/Makefile index 50cea32b4c9b..1ef4b46d7516 100644 --- a/www/fpc-googleapi/Makefile +++ b/www/fpc-googleapi/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -googleapi COMMENT= Free Pascal googleapi unit +USES= fpc USE_FPC= dblib fastcgi fcl-async fcl-base fcl-db fcl-json fcl-fpcunit \ fcl-net fcl-passrc fcl-res fcl-web fcl-xml httpd22 httpd24 \ ibase mysql postgres pxlib odbc openssl oracle rtl-extra \ |