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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/fpc-syslog/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fpc-users/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fpc-utmp/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fpc-uuid/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/fpc-syslog/Makefile b/sysutils/fpc-syslog/Makefile index 39cc204fee3b..a3691438eed5 100644 --- a/sysutils/fpc-syslog/Makefile +++ b/sysutils/fpc-syslog/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -syslog COMMENT= Free Pascal interface to the system logger -USE_FPC= yes +USES= fpc MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/sysutils/fpc-users/Makefile b/sysutils/fpc-users/Makefile index 3d439be5f81e..58bfb7dcbf3a 100644 --- a/sysutils/fpc-users/Makefile +++ b/sysutils/fpc-users/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -users COMMENT= Free Pascal interface to manipulate system users -USE_FPC= yes +USES= fpc MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/sysutils/fpc-utmp/Makefile b/sysutils/fpc-utmp/Makefile index ed61a8a99e1b..3ce9dc760efb 100644 --- a/sysutils/fpc-utmp/Makefile +++ b/sysutils/fpc-utmp/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -utmp COMMENT= Free Pascal unit to gather information from the utmp file -USE_FPC= yes +USES= fpc MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/sysutils/fpc-uuid/Makefile b/sysutils/fpc-uuid/Makefile index a624d77e89e6..90439f6d140a 100644 --- a/sysutils/fpc-uuid/Makefile +++ b/sysutils/fpc-uuid/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -uuid COMMENT= Free Pascal uuid unit +USES= fpc USE_FPC= rtl-extra MASTERDIR= ${.CURDIR}/../../lang/fpc |