diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-25 14:48:09 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-25 14:48:09 +0800 |
commit | c4eb46fbd36b00758455652045982f672fd97459 (patch) | |
tree | 0b2fe09e4cf2763a8b18c24e9a9ba5962d964e1e /Mk | |
parent | 32adaf6f0876791ff13e6b5807e8ce1167f6981c (diff) | |
download | freebsd-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.mk | 8 |
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} |