aboutsummaryrefslogtreecommitdiff
path: root/devel/tcllib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-17 12:40:32 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-17 12:40:32 +0000
commit0bcf44e4182e8916620e822ddf48a8e22dcfac13 (patch)
treeff8bd574cdcab0a5bdacf50cc63cc92cf2251653 /devel/tcllib
parentfb5150dac0889e72edf07917d5c8426d20f02b06 (diff)
downloadports-0bcf44e4182e8916620e822ddf48a8e22dcfac13.tar.gz
ports-0bcf44e4182e8916620e822ddf48a8e22dcfac13.zip
Notes
Diffstat (limited to 'devel/tcllib')
-rw-r--r--devel/tcllib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile
index 4cd2029936aa..f28c0272d766 100644
--- a/devel/tcllib/Makefile
+++ b/devel/tcllib/Makefile
@@ -38,4 +38,10 @@ MANN= base64.n calculus.n changelog.n cksum.n cmdline.n \
MANCOMPRESSED= no
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+IGNORE= "Hangs during build on alpha"
+.endif
+
+.include <bsd.port.post.mk>