From owner-svn-ports-all@freebsd.org Fri Jul 27 08:50:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90BBE104318E; Fri, 27 Jul 2018 08:50:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 684C18B8B7; Fri, 27 Jul 2018 08:50:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4981215A9F; Fri, 27 Jul 2018 08:50:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6R8ogRl015832; Fri, 27 Jul 2018 08:50:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6R8ogid015831; Fri, 27 Jul 2018 08:50:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807270850.w6R8ogid015831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 27 Jul 2018 08:50:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475418 - head/science/xcrysden X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/xcrysden X-SVN-Commit-Revision: 475418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2018 08:50:42 -0000 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