svn commit: r549844 - head/net/pwnat

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 20:37:03 UTC 2020


Author: linimon
Date: Wed Sep 23 20:37:03 2020
New Revision: 549844
URL: https://svnweb.freebsd.org/changeset/ports/549844

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/pwnat/Makefile

Modified: head/net/pwnat/Makefile
==============================================================================
--- head/net/pwnat/Makefile	Wed Sep 23 19:56:46 2020	(r549843)
+++ head/net/pwnat/Makefile	Wed Sep 23 20:37:03 2020	(r549844)
@@ -9,7 +9,7 @@ COMMENT=	NAT punching tool based on udptunnel
 
 LICENSE=	GPLv3
 
-ONLY_FOR_ARCHS=		amd64 i386 powerpc64
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	Fails to patch while running in embedded systems
 
 USES=		gmake


More information about the svn-ports-all mailing list