summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2001-01-30 23:18:36 +0000
committerjlam <jlam>2001-01-30 23:18:36 +0000
commit25283f11087f036a1fe9beea863f426e4c37ef71 (patch)
treed523eeb901dcb0b0a81888854531229a1c1ed48b /mk
parent5350de29013820bee1bcb4698123f01fc8cb0058 (diff)
downloadpkgsrc-25283f11087f036a1fe9beea863f426e4c37ef71.tar.gz
Typo in comment for SMART_MESSAGES.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 16c746819c5..8266d23ca3b 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.655 2001/01/29 14:40:26 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.656 2001/01/30 23:18:36 jlam Exp $
#
# This file is in the public domain.
#
@@ -749,7 +749,7 @@ MOTIFLIB?= -L${MOTIFBASE}/lib -L${X11BASE}/lib -L${LOCALBASE}/lib -Wl,-R${MOTIFB
.endif
# Define SMART_MESSAGES in /etc/mk.conf for messages giving the tree
-# of depencies for building, and the current target.
+# of dependencies for building, and the current target.
.ifdef SMART_MESSAGES
_PKGSRC_IN?= ===> ${.TARGET} [${PKGNAME}${_PKGSRC_DEPS}] ===
.else