diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:29:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:29:40 +0000 |
commit | bc18221e596611a194fc3fa888d0562a10149877 (patch) | |
tree | 94d1370feeb06de73523c7edaa51f1195ba6f287 /biology/grappa/Makefile | |
parent | 3e8bbb98e80fb55b24f7756c06ee5fea247c9e41 (diff) | |
download | ports-bc18221e596611a194fc3fa888d0562a10149877.tar.gz ports-bc18221e596611a194fc3fa888d0562a10149877.zip |
Notes
Diffstat (limited to 'biology/grappa/Makefile')
-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 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> |