diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 14:50:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 14:50:53 +0000 |
commit | 5df25548aecd11dbea682f313a36825937f1a782 (patch) | |
tree | 5650a8062e0a2eb8555c5db30140e9744c146de1 /graphics/zbar | |
parent | 033e4d2b2980e5d2f3946dfb215a0d587021ea12 (diff) |
Notes
Diffstat (limited to 'graphics/zbar')
-rw-r--r-- | graphics/zbar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile index c196dfcba76f..9e11df9ca0f2 100644 --- a/graphics/zbar/Makefile +++ b/graphics/zbar/Makefile @@ -13,9 +13,8 @@ COMMENT= ZBar barcode reader LICENSE= LGPL21 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= iconv +USES= iconv gmake pkgconfig OPTIONS_DEFINE= X11 IMAGEMAGICK V4L PYTHON GTK2 QT4 OPTIONS_DEFAULT= X11 IMAGEMAGICK |