diff options
author | kris <kris@FreeBSD.org> | 2004-08-17 10:29:40 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-17 10:29:40 +0000 |
commit | 889a5f8301778fc05e8a09027d580e98a81b4836 (patch) | |
tree | 0791e2278243b8b53ee8fa8c73bfc4432d8e2745 /biology | |
parent | d1e9baed976e881a64d177e60e2e492752696113 (diff) | |
download | FreeBSD-ports-889a5f8301778fc05e8a09027d580e98a81b4836.zip FreeBSD-ports-889a5f8301778fc05e8a09027d580e98a81b4836.tar.gz |
This is now buildable on 5.x, remove BROKEN.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/grappa/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/biology/grappa/Makefile b/biology/grappa/Makefile index 44a8f76..29eeb40 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> |