diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-10 01:30:22 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-10 01:30:22 +0000 |
| commit | a3236d6e069eb3c30818a5ed3a787811fc56e0c1 (patch) | |
| tree | 77a146ae294c29ad26ca3d6264df000447f229c8 /Mk | |
| parent | 2598f7d4eeccd5e8bf4b8c2473605a2650748b42 (diff) | |
Notes
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 bfb09dde03fe..f637e0f97ea7 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5095,7 +5095,7 @@ _INSTALL_DEPENDS= \ fi; \ elif [ -n "${USE_PACKAGE_DEPENDS_ONLY}" -a "$${target}" = "${DEPENDS_TARGET}" ]; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on package: $${subpkgfile} - not found"; \ - ${ECHO_MSG} "===> USE_PACKAGE_DEPENDS_ONLY set - will not build from source"; \ + ${ECHO_MSG} "===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source"; \ exit 1; \ else \ (cd $$dir; ${MAKE} -DINSTALLS_DEPENDS $$target $$depends_args) ; \ |
