diff options
author | marino <marino@FreeBSD.org> | 2014-06-21 15:38:32 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-21 15:38:32 +0800 |
commit | 2c618893e8b465ecf0bb0afd4f5d29a914fbbde4 (patch) | |
tree | c3acfc76d80dad9f3555fbbf2e1f04bf6d97cc66 /graphics/dmtx-utils | |
parent | 64d9fa2ad644cce5cb41a41e60e8797da9e3ae31 (diff) | |
download | freebsd-ports-gnome-2c618893e8b465ecf0bb0afd4f5d29a914fbbde4.tar.gz freebsd-ports-gnome-2c618893e8b465ecf0bb0afd4f5d29a914fbbde4.tar.zst freebsd-ports-gnome-2c618893e8b465ecf0bb0afd4f5d29a914fbbde4.zip |
graphics/dmtx-utils: USES+= pkgconfig
While unbreaking configuration in poudriere, also convert USE_BZIP2.
Covered by just-fix-it blanket.
Diffstat (limited to 'graphics/dmtx-utils')
-rw-r--r-- | graphics/dmtx-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile index 7f6c496ee7c9..9f32d0f5df0f 100644 --- a/graphics/dmtx-utils/Makefile +++ b/graphics/dmtx-utils/Makefile @@ -13,7 +13,7 @@ COMMENT= Software for reading and writing Data Matrix barcodes LIB_DEPENDS= libdmtx.so:${PORTSDIR}/graphics/libdmtx -USE_BZIP2= yes +USES= tar:bzip2 pkgconfig GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include |