diff options
author | kris <kris@FreeBSD.org> | 2004-02-08 07:45:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-08 07:45:50 +0800 |
commit | 70792994aa12f18c69d3d88ed2b7ca10553daeaf (patch) | |
tree | bded31edfc7ffa1a555654252efdf3ac2172e019 /math | |
parent | 723d7e391e1487c602b0a65973cd592309d17e12 (diff) | |
download | freebsd-ports-gnome-70792994aa12f18c69d3d88ed2b7ca10553daeaf.tar.gz freebsd-ports-gnome-70792994aa12f18c69d3d88ed2b7ca10553daeaf.tar.zst freebsd-ports-gnome-70792994aa12f18c69d3d88ed2b7ca10553daeaf.zip |
This port is broken on 4.x too, and will be removed after April 7.
Diffstat (limited to 'math')
-rw-r--r-- | math/asir2000/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 9bb0a144b00e..fc4ddde0e3f4 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -34,11 +34,8 @@ LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \ fff gr ifplot katsura launch mat nf num primdec \ ratint robot solve sp sturm xm -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 BROKEN= "Does not compile" -.endif +DEPRECATED= "Will be removed after April 7 if still broken" pre-install: @${MKDIR} ${DATADIR} @@ -58,4 +55,4 @@ post-install: @${TAR} xfz ${DISTDIR}/${ASIR_DOC} -C ${DOCSDIR} @${INSTALL_MAN} ${DOCSDIR}/${MAN1} ${PREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |