aboutsummaryrefslogtreecommitdiff
path: root/graphics/dmtx-utils
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-27 09:17:47 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-27 09:17:47 +0000
commitfb69622a5f2f8a63ceb5a092a6b37ad32c6f51de (patch)
treef01ef28832bdf47cca5d9b28273dbfa31a59f112 /graphics/dmtx-utils
parent0a798d1e55adf1b418ab3adfb9db42033ec0d7ba (diff)
downloadports-fb69622a5f2f8a63ceb5a092a6b37ad32c6f51de.tar.gz
ports-fb69622a5f2f8a63ceb5a092a6b37ad32c6f51de.zip
- Respect IMAGEMAGICK_DEFAULT
- Spell `yes' as we usually do
Notes
Notes: svn path=/head/; revision=566680
Diffstat (limited to 'graphics/dmtx-utils')
-rw-r--r--graphics/dmtx-utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile
index f94b71b0c876..9bcee405ba5e 100644
--- a/graphics/dmtx-utils/Makefile
+++ b/graphics/dmtx-utils/Makefile
@@ -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 barcodes
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