svn commit: r475418 - head/science/xcrysden

Yuri Victorovich yuri at FreeBSD.org
Fri Jul 27 08:50:42 UTC 2018


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


More information about the svn-ports-all mailing list