summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2012-07-31 18:41:21 +0000
committerErwin Lansing <erwin@FreeBSD.org>2012-07-31 18:41:21 +0000
commit0c9a3c5e53a93bb0169c15a5bf0d6be707dc36ec (patch)
treefe177e993b19fe0ccb38ecc7867e59cc40ed3a0a /Mk
parent. Include compat7x as an allowed package dependency. (diff)
Fix typo
Submitted by: emax
Notes
Notes: svn path=/head/; revision=301805
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index afc2f22cfe55..2f3f6ec9a77d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5589,7 +5589,7 @@ _PRETTY_PRINT_DEPENDS_LIST=\
.if !target(pretty-print-build-depends-list)
pretty-print-build-depends-list:
-.if defined(PKG_PEPENDS) || defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || \
+.if defined(PKG_DEPENDS) || defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || \
defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS)
@${_PRETTY_PRINT_DEPENDS_LIST}
.endif