diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-03 06:38:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-03 06:38:06 +0000 |
commit | 3d9d1c70519e364ec073be44e02e780951017a5b (patch) | |
tree | d990641d43e6d40e2f8d47620848c0af02b8f9ea /science | |
parent | f1b14d999171c38775890e7d3a0cc84bc7d8ec5f (diff) | |
download | ports-3d9d1c70519e364ec073be44e02e780951017a5b.tar.gz ports-3d9d1c70519e364ec073be44e02e780951017a5b.zip |
Notes
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> |