svn commit: r377466 - head/biology/py-biopython

Max Brazhnikov makc at FreeBSD.org
Mon Jan 19 20:21:13 UTC 2015


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>


More information about the svn-ports-all mailing list