diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-20 16:06:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-20 16:06:35 +0000 |
commit | ff06e08559f340722c2486753a7a66de50924271 (patch) | |
tree | b68a7346c039ac23b5e44585aa9fdad79e368c88 | |
parent | ece7f39bdcc20dee5ae4f145a513124341a29503 (diff) | |
download | ports-ff06e08559f340722c2486753a7a66de50924271.tar.gz ports-ff06e08559f340722c2486753a7a66de50924271.zip |
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=394895
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-File/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/p5-Net-BitTorrent-File/Makefile b/net-p2p/p5-Net-BitTorrent-File/Makefile index c0d2c51ce309..21e8a93a6526 100644 --- a/net-p2p/p5-Net-BitTorrent-File/Makefile +++ b/net-p2p/p5-Net-BitTorrent-File/Makefile @@ -21,5 +21,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-fix//} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |