diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:14:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:14:31 +0000 |
commit | 1762190743ca803f5ddc564f00e64cd93a9431ff (patch) | |
tree | c912e2be0699992471ad1b05604d10cddee770f1 /dns/p5-Net-LibIDN | |
parent | 2c49737ca433d36900e5668cdb6eb69c55caec16 (diff) | |
download | ports-1762190743ca803f5ddc564f00e64cd93a9431ff.tar.gz ports-1762190743ca803f5ddc564f00e64cd93a9431ff.zip |
Now builds on sparc64
Notes
Notes:
svn path=/head/; revision=132943
Diffstat (limited to 'dns/p5-Net-LibIDN')
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index 25afda533bee..cef95611e16e 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -29,8 +29,4 @@ MAN3= Net::LibIDN.3 IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again .endif -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - .include <bsd.port.post.mk> |