aboutsummaryrefslogtreecommitdiff
path: root/devel/libcii
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-04 09:19:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-04 09:19:10 +0000
commit53cae8809f88c25baa92f02ed803bfad6dce1d8f (patch)
treeef25243e89336867a52ad040109207f3cd206ff1 /devel/libcii
parent94aeda98307d4b27f9caec6416558bc7b7d74899 (diff)
downloadports-53cae8809f88c25baa92f02ed803bfad6dce1d8f.tar.gz
ports-53cae8809f88c25baa92f02ed803bfad6dce1d8f.zip
Notes
Diffstat (limited to 'devel/libcii')
-rw-r--r--devel/libcii/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libcii/Makefile b/devel/libcii/Makefile
index a7244f81abb8..167ceac0408a 100644
--- a/devel/libcii/Makefile
+++ b/devel/libcii/Makefile
@@ -29,6 +29,12 @@ CIIDEST= ${PREFIX}/lib/cii
SAMPLES= double calc ids mpcalc wf xref cref iref kref \
idents words basename dirname sort spin sieve
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "alpha"
+BROKEN= "Does not compile on !i386 and !alpha"
+.endif
+
pre-build:
@${MKDIR} ${CIIBUILD}
@${MKDIR} ${CIIBUILD}/include
@@ -67,4 +73,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/src/* ${PREFIX}/share/doc/cii/src
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>