aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2018-01-15 18:01:32 +0800
committertijl <tijl@FreeBSD.org>2018-01-15 18:01:32 +0800
commit6f1746000fd56834bf306761469e5aa54c00a972 (patch)
tree0518dac7a1727b33c03a95f60e15d3b61bccbe07 /Mk/bsd.port.mk
parent544d4ad508ec020bce79532d7d03a0ac4ed0b65e (diff)
downloadfreebsd-ports-gnome-6f1746000fd56834bf306761469e5aa54c00a972.tar.gz
freebsd-ports-gnome-6f1746000fd56834bf306761469e5aa54c00a972.tar.zst
freebsd-ports-gnome-6f1746000fd56834bf306761469e5aa54c00a972.zip
Retire USE_AUTOTOOLS and bsd.autotools.mk.
PR: 225170 Approved by: portmgr (antoine)
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index e30e1b0311a0..3db728b11168 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -380,10 +380,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# - If set, the system should use OpenLDAP libraries
# with SASL support.
##
-# USE_AUTOTOOLS - If set, this port uses various GNU autotools
-# (libtool, autoconf, autoheader, automake et al.)
-# See bsd.autotools.mk for more details.
-##
# 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_*).
@@ -1979,10 +1975,6 @@ _USES_POST+= php
.include "${PORTSDIR}/Mk/bsd.apache.mk"
.endif
-.if defined(USE_AUTOTOOLS)
-.include "${PORTSDIR}/Mk/bsd.autotools.mk"
-.endif
-
.if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL)
.include "${PORTSDIR}/Mk/bsd.fpc.mk"
.endif