diff options
-rw-r--r-- | devel/libcii/Makefile | 8 |
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> |