summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 12:20:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 12:20:00 +0000
commitf5fbc6557b2e106d81d6f46c8ef5cf32976f1e32 (patch)
treecc46fa310561b1da0509848a5351446263e98291 /devel
parent- Add missed build depend on Perl (diff)
BROKEN on amd64: Build fails
Notes
Notes: svn path=/head/; revision=103003
Diffstat (limited to 'devel')
-rw-r--r--devel/autogen/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index 54499be64744..95784befda14 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -30,4 +30,10 @@ MAN3= optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \
optionSaveFile.3 optionSaveState.3 optionVersion.3
INFO= autogen
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Build fails on amd64"
+.endif
+
+.include <bsd.port.post.mk>