Date: Mon, 19 Jan 2015 20:21:13 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377466 - head/biology/py-biopython Message-ID: <201501192021.t0JKLDZ3025697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Mon Jan 19 20:21:12 2015 New Revision: 377466 URL: https://svnweb.freebsd.org/changeset/ports/377466 QAT: https://qat.redports.org/buildarchive/r377466/ Log: biology/py-biopython: - Convert to options framework Approved by: portmgr blanket Modified: head/biology/py-biopython/Makefile Modified: head/biology/py-biopython/Makefile ============================================================================== --- head/biology/py-biopython/Makefile Mon Jan 19 20:19:36 2015 (r377465) +++ head/biology/py-biopython/Makefile Mon Jan 19 20:21:12 2015 (r377466) @@ -17,8 +17,10 @@ RUN_DEPENDS= ${PYNUMPY} USES= python:2 USE_PYTHON= distutils autoplist -.if !defined(WITHOUT_REPORTLAB) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1 -.endif +OPTIONS_DEFINE= REPORTLAB +OPTIONS_DEFAULT= REPORTLAB + +REPORTLAB_DESC= PDF support in Bio.Graphics module +REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501192021.t0JKLDZ3025697>