Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 12:49:28 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336523 - head/science/abinit
Message-ID:  <201312151249.rBFCnSDg003367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151249.rBFCnSDg003367>