diff options
author | leot <leot@pkgsrc.org> | 2019-12-04 11:17:58 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-12-04 11:17:58 +0000 |
commit | ade74b958e1959a47f82c7be3319ac17be73390c (patch) | |
tree | 310294b6da2aa859e355de80f6ed6aebe0fcb4ff /graphics/Makefile | |
parent | c71a0f7ccb9a9a0e578de4439f11c5cdb3b47216 (diff) | |
download | pkgsrc-ade74b958e1959a47f82c7be3319ac17be73390c.tar.gz |
graphics: Add zbar
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index bcfdc580ab6..483d7980bac 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.867 2019/11/28 12:21:03 nia Exp $ +# $NetBSD: Makefile,v 1.868 2019/12/04 11:17:58 leot Exp $ # COMMENT= Graphics tools and libraries @@ -798,6 +798,7 @@ SUBDIR+= xv SUBDIR+= xzgv SUBDIR+= zathura-cb SUBDIR+= zathura-djvu +SUBDIR+= zbar SUBDIR+= zphoto .include "../mk/misc/category.mk" |