svn commit: r493038 - head/science/py-pymol

Antoine Brodin antoine at FreeBSD.org
Sat Feb 16 10:32:13 UTC 2019


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


More information about the svn-ports-all mailing list