svn commit: r566680 - head/graphics/dmtx-utils

Alexey Dokuchaev danfe at FreeBSD.org
Sat Feb 27 09:17:47 UTC 2021


Author: danfe
Date: Sat Feb 27 09:17:47 2021
New Revision: 566680
URL: https://svnweb.freebsd.org/changeset/ports/566680

Log:
  - Respect IMAGEMAGICK_DEFAULT
  - Spell `yes' as we usually do

Modified:
  head/graphics/dmtx-utils/Makefile

Modified: head/graphics/dmtx-utils/Makefile
==============================================================================
--- head/graphics/dmtx-utils/Makefile	Sat Feb 27 09:12:37 2021	(r566679)
+++ head/graphics/dmtx-utils/Makefile	Sat Feb 27 09:17:47 2021	(r566680)
@@ -4,6 +4,7 @@
 PORTNAME=	dmtx-utils
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.6
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	hrs at FreeBSD.org
@@ -12,12 +13,11 @@ COMMENT=	Software for reading and writing Data Matrix 
 LICENSE=	LGPL21+
 
 LIB_DEPENDS=	libdmtx.so:graphics/libdmtx \
-		libMagickWand-7.so:graphics/ImageMagick7 \
-		libMagickCore-7.so:graphics/ImageMagick7
+		libMagickWand-${IMAGEMAGICK_DEFAULT}.so:graphics/ImageMagick${IMAGEMAGICK_DEFAULT}
 
 USES=		autoreconf libtool localbase tar:bzip2 pkgconfig
 
-USE_GITHUB=	YES
+USE_GITHUB=	yes
 GH_ACCOUNT=	dmtx
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list