Date: Wed, 12 May 2021 19:50:35 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 10697ee607a5 - main - science/xcrysden: use default ImageMagick (7) Message-ID: <202105121950.14CJoZ75055609@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=10697ee607a5b3ae0d209c5abf06b19b21982529 commit 10697ee607a5b3ae0d209c5abf06b19b21982529 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-05-12 18:20:04 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-05-12 19:49:23 +0000 science/xcrysden: use default ImageMagick (7) PR: 255821 Reported by: thierry Approved by: yuri (maintainer) --- science/xcrysden/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/science/xcrysden/Makefile b/science/xcrysden/Makefile index 160661101768..45c840772e46 100644 --- a/science/xcrysden/Makefile +++ b/science/xcrysden/Makefile @@ -1,5 +1,6 @@ PORTNAME= xcrysden -DISTVERSION= 1.6.2 +PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.xcrysden.org/download/ @@ -14,7 +15,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libTogl2.0.so:graphics/togl RUN_DEPENDS= bwidget>0:x11-toolkits/bwidget \ obabel:science/openbabel \ - convert:graphics/ImageMagick6 \ + convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT} \ ppmtompeg:graphics/netpbm \ xwd:x11/xwd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105121950.14CJoZ75055609>