Date: Wed, 18 May 2016 16:22:07 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415454 - head/biology/diamond Message-ID: <201605181622.u4IGM7HU042901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed May 18 16:22:07 2016 New Revision: 415454 URL: https://svnweb.freebsd.org/changeset/ports/415454 Log: Fix DEPENDS Modified: head/biology/diamond/Makefile Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Wed May 18 14:25:55 2016 (r415453) +++ head/biology/diamond/Makefile Wed May 18 16:22:07 2016 (r415454) @@ -4,6 +4,7 @@ PORTNAME= diamond PORTVERSION= 0.7.12 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jrm@ftfl.ca @@ -11,8 +12,7 @@ COMMENT= BLAST-compatible local sequenc LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/include/boost:devel/boost-libs -RUN_DEPENDS= ${LOCALBASE}/include/boost:devel/boost-libs +LIB_DEPENDS= libboost_system.so:devel/boost-libs ONLY_FOR_ARCHS= amd64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605181622.u4IGM7HU042901>