1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN: Does not compile on !i386

This commit is contained in:
Kris Kennaway 2004-02-23 04:43:52 +00:00
parent 2a4efc877b
commit e6ad528924
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101814

View File

@ -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>