svn commit: r316505 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 25 06:48:09 UTC 2013


Author: bapt
Date: Thu Apr 25 06:48:09 2013
New Revision: 316505
URL: http://svnweb.freebsd.org/changeset/ports/316505

Log:
  Remove the now useless compatibility bits for USE_CMAKE

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Apr 25 06:46:22 2013	(r316504)
+++ head/Mk/bsd.port.mk	Thu Apr 25 06:48:09 2013	(r316505)
@@ -1504,14 +1504,6 @@ PKGCOMPATDIR?=		${LOCALBASE}/lib/compat/
 
 .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}


More information about the svn-ports-all mailing list