diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2012-07-31 18:41:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-07-31 18:41:21 +0000 |
commit | 0c9a3c5e53a93bb0169c15a5bf0d6be707dc36ec (patch) | |
tree | fe177e993b19fe0ccb38ecc7867e59cc40ed3a0a /Mk | |
parent | d5e4363df5fcdb73de9c3637204789578bbe3c27 (diff) |
Fix typo
Submitted by: emax
Notes
Notes:
svn path=/head/; revision=301805
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
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 |