diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-03 14:38:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-03 14:38:06 +0800 |
commit | 83dd0c319c7cf24ca3dec14865ec9f1675911445 (patch) | |
tree | a591bf6ba3c49df06cc261e51d6e7c0c0219477c /science | |
parent | 8afa8ded933381e004b186351ac6ff1aecf8c5c5 (diff) | |
download | freebsd-ports-gnome-83dd0c319c7cf24ca3dec14865ec9f1675911445.tar.gz freebsd-ports-gnome-83dd0c319c7cf24ca3dec14865ec9f1675911445.tar.zst freebsd-ports-gnome-83dd0c319c7cf24ca3dec14865ec9f1675911445.zip |
Mark as BROKEN on sparc64: does not compile.
Diffstat (limited to 'science')
-rw-r--r-- | science/oof/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/science/oof/Makefile b/science/oof/Makefile index 6cb7970f7ae2..0119351c27e1 100644 --- a/science/oof/Makefile +++ b/science/oof/Makefile @@ -47,6 +47,12 @@ ALL_TARGET+= oof2abaqus PLIST_FILES+= bin/oof2abaqus .endif +.include <bsd.port.pre.mk> + +.if ${ARCH}==sparc64 +BROKEN= does not compile on ${ARCH} +.endif + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/XOOF/oof ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/XPPM2OOF/ppm2oof ${PREFIX}/bin @@ -54,4 +60,4 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/OOF2ABAQUS/oof2abaqus ${PREFIX}/bin .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |