summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-17 10:29:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-17 10:29:40 +0000
commitbc18221e596611a194fc3fa888d0562a10149877 (patch)
tree94d1370feeb06de73523c7edaa51f1195ba6f287 /biology
parentThis is apparently no longer broken on 5.x. (diff)
This is now buildable on 5.x, remove BROKEN.
Notes
Notes: svn path=/head/; revision=116499
Diffstat (limited to 'biology')
-rw-r--r--biology/grappa/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/biology/grappa/Makefile b/biology/grappa/Makefile
index 44a8f76528a1..29eeb403d005 100644
--- a/biology/grappa/Makefile
+++ b/biology/grappa/Makefile
@@ -19,15 +19,9 @@ 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.post.mk>
+.include <bsd.port.mk>