diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-25 14:48:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-25 14:48:09 +0800 |
commit | 2ae4f36c256af20f4aeb90cfb214002dee0c6bd3 (patch) | |
tree | 0b2fe09e4cf2763a8b18c24e9a9ba5962d964e1e /Mk | |
parent | c42373391763a79dc2eaa5f8701fa467996d8289 (diff) | |
download | freebsd-ports-graphics-2ae4f36c256af20f4aeb90cfb214002dee0c6bd3.tar.gz freebsd-ports-graphics-2ae4f36c256af20f4aeb90cfb214002dee0c6bd3.tar.zst freebsd-ports-graphics-2ae4f36c256af20f4aeb90cfb214002dee0c6bd3.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 8833ae43382..f301e68fb13 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} |