svn commit: r336523 - head/science/abinit

William Grzybowski wg at FreeBSD.org
Sun Dec 15 12:49:29 UTC 2013


Author: wg
Date: Sun Dec 15 12:49:28 2013
New Revision: 336523
URL: http://svnweb.freebsd.org/changeset/ports/336523

Log:
  science/abinit: depends explicitly on "python"
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/science/abinit/Makefile

Modified: head/science/abinit/Makefile
==============================================================================
--- head/science/abinit/Makefile	Sun Dec 15 12:34:18 2013	(r336522)
+++ head/science/abinit/Makefile	Sun Dec 15 12:49:28 2013	(r336523)
@@ -10,7 +10,8 @@ MASTER_SITES=	ftp://ftp.abinit.org/pub/a
 MAINTAINER=	maho at FreeBSD.org
 COMMENT=	Abinit calculates electronic structure of systems
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray
+BUILD_DEPENDS=	python:${PORTSDIR}/lang/python \
+		${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray
 LIB_DEPENDS=	netcdff.4:${PORTSDIR}/science/netcdf3-ftn	\
 		gsl:${PORTSDIR}/math/gsl
 


More information about the svn-ports-head mailing list