aboutsummaryrefslogtreecommitdiff
path: root/databases/fpc-postgres
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-04-05 04:52:36 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-04-05 04:52:36 +0000
commit5ab881a5d9e41945e066f0332b891e12e66d0841 (patch)
tree1407eca99be95ddb9e55faff3e70910850182df9 /databases/fpc-postgres
parentb223666a533d6e9084dba015d034ffcf7b72a3b3 (diff)
downloadports-5ab881a5d9e41945e066f0332b891e12e66d0841.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=466532
Diffstat (limited to 'databases/fpc-postgres')
-rw-r--r--databases/fpc-postgres/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile
index 5c2a18b1e153..ad7345e8fedd 100644
--- a/databases/fpc-postgres/Makefile
+++ b/databases/fpc-postgres/Makefile
@@ -6,7 +6,7 @@ PKGNAMESUFFIX= -postgres
COMMENT= Free Pascal interface to PostGreSQL
-USE_FPC= yes
+USES= fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}