diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index 0a0d8897e609..683f27874a50 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -36,6 +36,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/${PORTNAME} \ MAKE_ENV+= NETCDFHOME=${LOCALBASE} INSTALL_TARGET= install install-data install-man install-wrapper +.include + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-extract: @for file in ${EXTRACT_SUB}; do \ if ! (cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\ @@ -89,4 +95,4 @@ PLIST_SUB+= SUPPL="@comment " MANL= GMT.l -.include +.include