Date: Sat, 27 Feb 2021 09:17:47 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566680 - head/graphics/dmtx-utils Message-ID: <202102270917.11R9Hlxo004742@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102270917.11R9Hlxo004742>