aboutsummaryrefslogtreecommitdiffstats
path: root/science/ghemical
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 08:35:23 +0800
committerkris <kris@FreeBSD.org>2004-02-23 08:35:23 +0800
commit78d42c8e32df9fb7c17bd48308b293e44e7bea0d (patch)
tree8d79393cdc03e66561e79a8cb1d8f48e8b3cd5f2 /science/ghemical
parent0d4255b9fa36a4eba3c392805d784204eda26691 (diff)
downloadfreebsd-ports-gnome-78d42c8e32df9fb7c17bd48308b293e44e7bea0d.tar.gz
freebsd-ports-gnome-78d42c8e32df9fb7c17bd48308b293e44e7bea0d.tar.zst
freebsd-ports-gnome-78d42c8e32df9fb7c17bd48308b293e44e7bea0d.zip
This is broken on 4.x as well.
Diffstat (limited to 'science/ghemical')
-rw-r--r--science/ghemical/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile
index 291a6dbd2755..de979ac1f50c 100644
--- a/science/ghemical/Makefile
+++ b/science/ghemical/Makefile
@@ -20,6 +20,8 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
LIB_DEPENDS= gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea \
glade-gnome:${PORTSDIR}/devel/libglade
+BROKEN= "Does not compile"
+
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GTK= yes
@@ -29,12 +31,6 @@ 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}
@@ -45,4 +41,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.post.mk>
+.include <bsd.port.mk>