Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 10:32:12 +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: r493038 - head/science/py-pymol
Message-ID:  <201902161032.x1GAWCvI084468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 16 10:32:12 2019
New Revision: 493038
URL: https://svnweb.freebsd.org/changeset/ports/493038

Log:
  Unbreak INDEX

Modified:
  head/science/py-pymol/Makefile

Modified: head/science/py-pymol/Makefile
==============================================================================
--- head/science/py-pymol/Makefile	Sat Feb 16 10:24:04 2019	(r493037)
+++ head/science/py-pymol/Makefile	Sat Feb 16 10:32:12 2019	(r493038)
@@ -17,7 +17,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 
 BUILD_DEPENDS=	${PYNUMPY} \
 		${LOCALBASE}/include/glm/glm.hpp:math/glm \
-		${LOCALBASE}/include/mmtf.hpp:science/mmtf
+		${LOCALBASE}/include/mmtf.hpp:science/mmtf-cpp
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png \
 		libmsgpackc.so:devel/msgpack



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