diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-24 22:54:42 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:13:38 +0800 |
commit | 4a5763e1285a4e6914a5f044588c4788eb0485ec (patch) | |
tree | bbfb7a61fff0667bd2f7329989fe37f81005799f | |
parent | 4b6725df279d259a38cd2e3ac13b0e06d7be9f5c (diff) | |
download | freebsd-ports-gnome-4a5763e1285a4e6914a5f044588c4788eb0485ec.tar.gz freebsd-ports-gnome-4a5763e1285a4e6914a5f044588c4788eb0485ec.tar.zst freebsd-ports-gnome-4a5763e1285a4e6914a5f044588c4788eb0485ec.zip |
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)
-rw-r--r-- | devel/pire/Makefile | 3 |
1 files changed, 0 insertions, 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 |