aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 04:43:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 04:43:52 +0000
commite6ad5289249f5d19953f2113c32561dfce99eaaa (patch)
tree7ebe5b1843d6e4f8b95eff0f27d5de5c36661be1 /graphics
parent2a4efc877b94287100c773d34ccc0c764962d011 (diff)
downloadports-e6ad5289249f5d19953f2113c32561dfce99eaaa.tar.gz
ports-e6ad5289249f5d19953f2113c32561dfce99eaaa.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gmt/Makefile8
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>