summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-11-16 11:15:18 +0000
committerryoon <ryoon@pkgsrc.org>2020-11-16 11:15:18 +0000
commitd02685cf5974a745dbe9c596033e2ea4957fdfbe (patch)
tree09a81f30bc0523d0771d5c89e21d17e9f61a7cba /graphics
parent0454108a65ee624757d854a7dd6e7f61fd4d6ed2 (diff)
downloadpkgsrc-d02685cf5974a745dbe9c596033e2ea4957fdfbe.tar.gz
cairo: Fix typos in comment
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cairo/Makefile.common b/graphics/cairo/Makefile.common
index 4f07a9f3eb9..3d781808cd8 100644
--- a/graphics/cairo/Makefile.common
+++ b/graphics/cairo/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2020/11/16 09:27:03 nia Exp $
+# $NetBSD: Makefile.common,v 1.17 2020/11/16 11:15:18 ryoon Exp $
#
# used by graphics/cairo/Makefile
# used by graphics/cairo-gobject/Makefile
@@ -24,9 +24,9 @@ GNU_CONFIGURE= yes
# does not build against NetBSD-5's MesaLib, and is according
# to upstream, only used by "toy applications"
CONFIGURE_ARGS+= --disable-gl
-# this uses libbdf, which is not exposed on a typical NetBSD system,
+# this uses libbfd, which is not exposed on a typical NetBSD system,
# but on Linux the libraries can leak through and be detected anyway.
-# libbdf does not appear to have a stable API, so avoid breakage and
+# libbfd does not appear to have a stable API, so avoid breakage and
# disable it outright. it's an internal debugging feature.
CONFIGURE_ARGS+= --disable-symbol-lookup
CONFIGURE_ARGS+= --enable-fc