summaryrefslogtreecommitdiff
path: root/science/ghemical
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
commitfe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch)
treecd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /science/ghemical
parentBROKEN on 5.x: Configure fails (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118243
Diffstat (limited to 'science/ghemical')
-rw-r--r--science/ghemical/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile
index 84ef2c8d1a62..5b176ffc48ac 100644
--- a/science/ghemical/Makefile
+++ b/science/ghemical/Makefile
@@ -28,6 +28,12 @@ CONFIGURE_ARGS= --enable-mpqc
USE_AUTOCONF_VER= 253
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
pre-configure:
@cd ${WRKDIR}/${DISTNAME} ; ${AUTOCONF}
@@ -41,4 +47,4 @@ pre-build:
(cd ${WRKSRC}/miniMOPAC ; ${SH} ${FILESDIR}/ghemical-f2c.sh)
@${REINPLACE_CMD} -e 's|f2c.h|g2c.h|g;' ${WRKSRC}/miniMOPAC/*.c
@${REINPLACE_CMD} -e 's|f2c.h|g2c.h|g;' ${WRKSRC}/src/common/qm1e_mopac.cpp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>