summaryrefslogtreecommitdiff
path: root/devel/esdl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-26 08:15:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-26 08:15:37 +0000
commitc3b76a8c77468cf227da1c96cc28c699334be8d4 (patch)
tree6c3f2f44990b1a5f15a32fff781d1687351b655c /devel/esdl
parentBROKEN on alpha 5.x: Does not compile (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=102167
Diffstat (limited to 'devel/esdl')
-rw-r--r--devel/esdl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile
index 44d31159c5b5..e1089cb562bc 100644
--- a/devel/esdl/Makefile
+++ b/devel/esdl/Makefile
@@ -28,7 +28,13 @@ USE_SIZE= yes
ALL_TARGET= target
PLIST_SUB= VERSION="${PORTVERSION}"
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
post-install:
@${LN} -sf ${PORTNAME}-${PORTVERSION} ${PREFIX}/lib/erlang/lib/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>