From e6ad5289249f5d19953f2113c32561dfce99eaaa Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 04:43:52 +0000 Subject: [PATCH] BROKEN: Does not compile on !i386 --- graphics/gmt/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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