svn commit: r423868 - head/devel/websocketpp
Tilman Keskinoz
arved at FreeBSD.org
Wed Oct 12 15:35:43 UTC 2016
Author: arved
Date: Wed Oct 12 15:35:41 2016
New Revision: 423868
URL: https://svnweb.freebsd.org/changeset/ports/423868
Log:
Add NO_ARCH, as this is a header only implementation
PR: 213348
Submitted by: yuri at rawbw.com
Modified:
head/devel/websocketpp/Makefile
Modified: head/devel/websocketpp/Makefile
==============================================================================
--- head/devel/websocketpp/Makefile Wed Oct 12 14:21:16 2016 (r423867)
+++ head/devel/websocketpp/Makefile Wed Oct 12 15:35:41 2016 (r423868)
@@ -13,5 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= zaphoyd
USES= cmake
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list