svn commit: r362352 - head/science/abinit

Antoine Brodin antoine at FreeBSD.org
Sun Jul 20 19:16:11 UTC 2014


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


More information about the svn-ports-all mailing list