diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:13:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:13:30 +0000 |
commit | da4975035e3d362896429a82d40426424d9bac4f (patch) | |
tree | 4ae5e940f6df803d90de9e2183805d0acb11001a /dns | |
parent | 632ea868a632b9a7d34edc96ab8dbfec02b21829 (diff) | |
download | ports-da4975035e3d362896429a82d40426424d9bac4f.tar.gz ports-da4975035e3d362896429a82d40426424d9bac4f.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index a0c46d0cd753..16bc5378bbd1 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -28,4 +28,8 @@ 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> |