svn commit: r415454 - head/biology/diamond

Antoine Brodin antoine at FreeBSD.org
Wed May 18 16:22:08 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list