git: 10697ee607a5 - main - science/xcrysden: use default ImageMagick (7)
Thierry Thomas
thierry at FreeBSD.org
Wed May 12 19:50:35 UTC 2021
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=10697ee607a5b3ae0d209c5abf06b19b21982529
commit 10697ee607a5b3ae0d209c5abf06b19b21982529
Author: Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-05-12 18:20:04 +0000
Commit: Thierry Thomas <thierry at 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
More information about the dev-commits-ports-all
mailing list