aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-25 14:48:09 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-25 14:48:09 +0800
commitc4eb46fbd36b00758455652045982f672fd97459 (patch)
tree0b2fe09e4cf2763a8b18c24e9a9ba5962d964e1e /Mk
parent32adaf6f0876791ff13e6b5807e8ce1167f6981c (diff)
downloadfreebsd-ports-gnome-c4eb46fbd36b00758455652045982f672fd97459.tar.gz
freebsd-ports-gnome-c4eb46fbd36b00758455652045982f672fd97459.tar.zst
freebsd-ports-gnome-c4eb46fbd36b00758455652045982f672fd97459.zip
Remove the now useless compatibility bits for USE_CMAKE
Diffstat (limited to '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 8833ae433823..f301e68fb13e 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1504,14 +1504,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
.include "${PORTSDIR}/Mk/bsd.pbi.mk"
-.if defined(USE_CMAKE)
-. if defined(CMAKE_OUTSOURCE)
-USES+= cmake:outsource
-. else
-USES+= cmake
-. endif
-.endif
-
# Loading features
.for f in ${USES}
_f=${f:C/\:.*//g}