summaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-19 10:22:05 +0000
committerlinimon <linimon@FreeBSD.org>2003-12-19 10:22:05 +0000
commit7e23cae8779878daf626e83b348ab52f7005bfc4 (patch)
tree61021b6d19a97cacb22984727e770f24c8f0f547 /biology
parent15951eefc515fa7c8d4c838701a204ac2f96db48 (diff)
downloadFreeBSD-ports-7e23cae8779878daf626e83b348ab52f7005bfc4.zip
FreeBSD-ports-7e23cae8779878daf626e83b348ab52f7005bfc4.tar.gz
Mark as broken on 5.x due to the usual gcc terminating-character hassles.
Notified mainatainer.
Diffstat (limited to 'biology')
-rw-r--r--biology/grappa/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/grappa/Makefile b/biology/grappa/Makefile
index f957b7a..745f0dc 100644
--- a/biology/grappa/Makefile
+++ b/biology/grappa/Makefile
@@ -18,9 +18,15 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libconcorde.a:${PORTSDIR}/math/concorde
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grappa ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/grappa ${PREFIX}/bin/invdist
${LN} -sf ${PREFIX}/bin/grappa ${PREFIX}/bin/distmat
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud