diff options
author | wiz <wiz@pkgsrc.org> | 2019-12-05 23:58:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-12-05 23:58:06 +0000 |
commit | 1448f408c7699388cba2632011e469a5a03015c3 (patch) | |
tree | 758519f9331e160416085e2fa30732ae1b4634d0 /graphics/zbar/Makefile | |
parent | 088334bae22dafe04cd45465762a8b924bf2b10b (diff) | |
download | pkgsrc-1448f408c7699388cba2632011e469a5a03015c3.tar.gz |
zbar: comment out options.mk inclusion, it doesn't currently exist.
Diffstat (limited to 'graphics/zbar/Makefile')
-rw-r--r-- | graphics/zbar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile index cff7d0af630..f3f5aa6848c 100644 --- a/graphics/zbar/Makefile +++ b/graphics/zbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/12/04 11:17:32 leot Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/05 23:58:06 wiz Exp $ DISTNAME= zbar-0.23 CATEGORIES= graphics @@ -25,7 +25,7 @@ PKGCONFIG_OVERRIDE+= zbar-gtk.pc.in PKGCONFIG_OVERRIDE+= zbar-qt.pc.in PKGCONFIG_OVERRIDE+= zbar.pc.in -.include "options.mk" +#.include "options.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |