diff options
Diffstat (limited to 'devel/esdl')
-rw-r--r-- | devel/esdl/Makefile | 8 |
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> |