svn commit: r399408 - head/devel/catch

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 15 20:44:51 UTC 2015


Author: amdmi3
Date: Thu Oct 15 20:44:49 2015
New Revision: 399408
URL: https://svnweb.freebsd.org/changeset/ports/399408

Log:
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/catch/Makefile

Modified: head/devel/catch/Makefile
==============================================================================
--- head/devel/catch/Makefile	Thu Oct 15 20:19:58 2015	(r399407)
+++ head/devel/catch/Makefile	Thu Oct 15 20:44:49 2015	(r399408)
@@ -18,6 +18,7 @@ GH_ACCOUNT=	philsquared
 GH_PROJECT=	Catch
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 PLIST_FILES=	include/catch.hpp
 


More information about the svn-ports-all mailing list