diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 08:15:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 08:15:37 +0000 |
commit | c3b76a8c77468cf227da1c96cc28c699334be8d4 (patch) | |
tree | 6c3f2f44990b1a5f15a32fff781d1687351b655c /devel/esdl | |
parent | fbf92c51dcca1209d1832d45bdd468ec2ed24980 (diff) | |
download | ports-c3b76a8c77468cf227da1c96cc28c699334be8d4.tar.gz ports-c3b76a8c77468cf227da1c96cc28c699334be8d4.zip |
Notes
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> |