summaryrefslogtreecommitdiff
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
parentBROKEN on 5.x: Does not install following ache's getopt changes (diff)
IGNORE on alpha: Hangs during build
Notes
Notes: svn path=/head/; revision=104283
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>