From 4a5763e1285a4e6914a5f044588c4788eb0485ec Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 24 Dec 2017 14:54:42 +0000 Subject: Tested to build on powerpc64. The src tree does not have any comments about being endian-specific, so let's just remove the lines. Reported by: jbeich Approved by: portmgr (tier-2 blanket) --- devel/pire/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/devel/pire/Makefile b/devel/pire/Makefile index e50fffa3c368..793e4b3ddb49 100644 --- a/devel/pire/Makefile +++ b/devel/pire/Makefile @@ -13,9 +13,6 @@ COMMENT= Perl Incompatible Regular Expressions library LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING -NOT_FOR_ARCHS= powerpc powerpc64 sparc64 -NOT_FOR_ARCHS_REASON= does not support big-endian architectures - USE_GITHUB= yes GH_ACCOUNT= dprokoptsev -- cgit