svn commit: r552676 - head/science/chemtool

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 18 17:53:04 UTC 2020


Author: yuri
Date: Sun Oct 18 17:53:03 2020
New Revision: 552676
URL: https://svnweb.freebsd.org/changeset/ports/552676

Log:
  science/chemtool: Update dependency transfig:print/transfig -> fig2dev:print/fig2dev
  
  Requested by:	pi (via e-mail)

Modified:
  head/science/chemtool/Makefile

Modified: head/science/chemtool/Makefile
==============================================================================
--- head/science/chemtool/Makefile	Sun Oct 18 17:38:27 2020	(r552675)
+++ head/science/chemtool/Makefile	Sun Oct 18 17:53:03 2020	(r552676)
@@ -3,7 +3,7 @@
 
 PORTNAME=	chemtool
 DISTVERSION=	1.6.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 MASTER_SITES=	http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
 
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libEMF.so:graphics/libemf \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
-RUN_DEPENDS=	transfig:print/transfig
+RUN_DEPENDS=	fig2dev:print/fig2dev
 
 USES=		compiler:c++11-lang gmake gnome pkgconfig xorg
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list