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 /Mk/bsd.port.mk | |
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 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 02ad47c0e288..7cff1daa4b01 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -380,9 +380,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - If set, the system should use OpenLDAP libraries # with SASL support. ## -# USE_FPC - If set, this port relies on the Free Pascal language. -# Implies inclusion of bsd.fpc.mk. (Also see -# that file for more information on WANT_FPC_*). # USE_JAVA - If set, this port relies on the Java language. # Implies inclusion of bsd.java.mk. (Also see # that file for more information on USE_JAVA_*). @@ -1375,10 +1372,6 @@ DEV_WARNING+= "Using USE_PHP alone is deprecated, please use USES=php" USES+= php .endif -.if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL) -.include "${PORTSDIR}/Mk/bsd.fpc.mk" -.endif - .if defined(USE_JAVA) .include "${PORTSDIR}/Mk/bsd.java.mk" .endif @@ -1991,10 +1984,6 @@ _USES_POST+= php .include "${PORTSDIR}/Mk/bsd.wx.mk" .endif -.if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL) -.include "${PORTSDIR}/Mk/bsd.fpc.mk" -.endif - .if defined(USE_GECKO) .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif |