Date: Sun, 20 Jul 2014 19:16:10 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362352 - head/science/abinit Message-ID: <201407201916.s6KJGAY9019802@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jul 20 19:16:10 2014 New Revision: 362352 URL: http://svnweb.freebsd.org/changeset/ports/362352 QAT: https://qat.redports.org/buildarchive/r362352/ Log: Fix LIB_DEPENDS With hat: portmgr Modified: head/science/abinit/Makefile Modified: head/science/abinit/Makefile ============================================================================== --- head/science/abinit/Makefile Sun Jul 20 19:14:02 2014 (r362351) +++ head/science/abinit/Makefile Sun Jul 20 19:16:10 2014 (r362352) @@ -13,7 +13,7 @@ COMMENT= Abinit calculates electronic st BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray LIB_DEPENDS= libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \ - gsl:${PORTSDIR}/math/gsl + libgsl.so:${PORTSDIR}/math/gsl USES= fortran gmake perl5 USE_PYTHON= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407201916.s6KJGAY9019802>