diff options
-rw-r--r-- | devel/mico/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 0feed37e65d3..8af97c13d7c2 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -112,6 +112,11 @@ MAN8= ird.8 micod.8 nsd.8 .include <bsd.port.pre.mk> +# Does not build on alpha 4.x +.if ${OSVERSION} < 500000 +NOT_FOR_ARCHS= alpha +.endif + post-extract: @${TAR} xzf ${DISTDIR}/doc-html.tar.gz -C ${WRKDIR} |