diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-19 23:56:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-19 23:56:25 +0000 |
commit | 389f7b52fe2ad90e2b2a48e38724a0307a85550c (patch) | |
tree | 06e97c6b4b00bf96eb088239f2f913a1800cba74 | |
parent | b5387a9046184590847277537e08f2ede687ea9d (diff) | |
download | ports-389f7b52fe2ad90e2b2a48e38724a0307a85550c.tar.gz ports-389f7b52fe2ad90e2b2a48e38724a0307a85550c.zip |
Notes
-rw-r--r-- | science/openbabel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index bf111c6b704e..bc6fb06c1d7f 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -24,6 +24,12 @@ MAN1= obchiral.1 obfit.1 obgrep.1 obprop.1 obrotate.1 openbabel.1 PLIST_SUB= VERSION="${PORTVERSION}" +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64 (gcc internal error)" +.endif + post-extract: @${LN} -sf babel.1 ${WRKSRC}/doc/openbabel.1 @@ -36,4 +42,4 @@ post-patch: s|(babel|(openbabel|g ; \ s|= babel|= openbabel|g' ${WRKSRC}/src/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> |