aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xmerl
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-26 17:33:38 +0800
committerkris <kris@FreeBSD.org>2004-02-26 17:33:38 +0800
commit2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03 (patch)
tree337339b4a9a359c6ef174b905c8c852558100de3 /textproc/xmerl
parentd5bcf7afac17ad0e30e763d978c374356b16d3d5 (diff)
downloadfreebsd-ports-gnome-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.tar.gz
freebsd-ports-gnome-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.tar.zst
freebsd-ports-gnome-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.zip
BROKEN on !i386: Does not compile
Diffstat (limited to 'textproc/xmerl')
-rw-r--r--textproc/xmerl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/xmerl/Makefile b/textproc/xmerl/Makefile
index 57d36d26d65a..08b825b39f34 100644
--- a/textproc/xmerl/Makefile
+++ b/textproc/xmerl/Makefile
@@ -25,6 +25,12 @@ USE_GMAKE= yes
XMERL= ${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
do-install:
@${MKDIR} ${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}
@@ -44,4 +50,4 @@ do-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XMERL}
@${LN} -sf ${PORTNAME}-${PORTVERSION} ${PREFIX}/lib/erlang/lib/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>