diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 04:43:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 04:43:52 +0000 |
commit | e6ad5289249f5d19953f2113c32561dfce99eaaa (patch) | |
tree | 7ebe5b1843d6e4f8b95eff0f27d5de5c36661be1 /graphics | |
parent | BROKEN on !i386: Does not compile (diff) |
BROKEN: Does not compile on !i386
Notes
Notes:
svn path=/head/; revision=101814
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gmt/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |