Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2018 08:50:42 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475418 - head/science/xcrysden
Message-ID:  <201807270850.w6R8ogid015831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jul 27 08:50:41 2018
New Revision: 475418
URL: https://svnweb.freebsd.org/changeset/ports/475418

Log:
  science/xcrysden: Add missing runtime dependencies

Modified:
  head/science/xcrysden/Makefile

Modified: head/science/xcrysden/Makefile
==============================================================================
--- head/science/xcrysden/Makefile	Fri Jul 27 08:04:49 2018	(r475417)
+++ head/science/xcrysden/Makefile	Fri Jul 27 08:50:41 2018	(r475418)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xcrysden
 DISTVERSION=	1.5.60
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	http://www.xcrysden.org/download/
 
@@ -12,7 +13,11 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfftw3.so:math/fftw3
-RUN_DEPENDS=	bwidget>0:x11-toolkits/bwidget
+RUN_DEPENDS=	bwidget>0:x11-toolkits/bwidget \
+		babel:science/openbabel \
+		convert:graphics/ImageMagick \
+		ppmtompeg:graphics/netpbm \
+		xwd:x11/xwd
 
 USES=		fortran gmake localbase:ldflags tcl tk
 USE_GL=		gl glu



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