aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-18 06:37:50 +0800
committerkris <kris@FreeBSD.org>2004-02-18 06:37:50 +0800
commit8b3ca81a6b33717b677559e139ebe0921d7541fb (patch)
tree302817a795e196d2103aa85f4771c4a710bbd5d8 /science
parent8b196f579b33851cc7c2fe5f862e53ae42bb11bf (diff)
downloadfreebsd-ports-gnome-8b3ca81a6b33717b677559e139ebe0921d7541fb.tar.gz
freebsd-ports-gnome-8b3ca81a6b33717b677559e139ebe0921d7541fb.tar.zst
freebsd-ports-gnome-8b3ca81a6b33717b677559e139ebe0921d7541fb.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'science')
-rw-r--r--science/ghemical/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile
index 3aa770f9d606..291a6dbd2755 100644
--- a/science/ghemical/Makefile
+++ b/science/ghemical/Makefile
@@ -29,6 +29,12 @@ CONFIGURE_ARGS= --enable-mpqc
USE_AUTOCONF= yes
USE_AUTOCONF_VER= 253
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Does not compile"
+.endif
+
pre-configure:
@cd ${WRKDIR}/${DISTNAME} ; ${AUTOCONF}
@@ -39,4 +45,4 @@ pre-patch:
pre-build:
@${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>