summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-20 05:54:55 +0000
committerwiz <wiz>2016-06-20 05:54:55 +0000
commit76498863f2a03c7e481f0ad9fb8af5445937019d (patch)
treea4a4096e72497a97d3949964adb9f698caee44ce /devel
parent754f31fabb005ad4ea562c22797dd8d2a7a3189d (diff)
downloadpkgsrc-76498863f2a03c7e481f0ad9fb8af5445937019d.tar.gz
Fix typo.
Diffstat (limited to 'devel')
-rw-r--r--devel/kcoreaddons/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kcoreaddons/Makefile b/devel/kcoreaddons/Makefile
index 6fab0c85a3b..2a3868af61d 100644
--- a/devel/kcoreaddons/Makefile
+++ b/devel/kcoreaddons/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/19 23:00:30 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/20 05:54:55 wiz Exp $
DISTNAME= kcoreaddons-${KF5VER}
CATEGORIES= devel
@@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2 AND gnu-lgpl-v2.1 AND modified-bsd
# Work-around bad use-warning check in GNU ld 2.26
# /usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
# is triggered, even though the current linker output contains
-# no references tto it.
+# no references to it.
BUILDLINK_TRANSFORM+= rm:-Wl,--fatal-warnings
.endif