diff options
author | zi <zi@FreeBSD.org> | 2015-03-05 08:36:52 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2015-03-05 08:36:52 +0800 |
commit | 949ffcdbc8eb96950dec189d5b4c5ee6eba96934 (patch) | |
tree | e561440aa1c0c9cc1a17de7f8dca5a19d9f6bfd1 /Mk | |
parent | 45523a6783e26c34d37a3dc3fc26d3f5faa23af9 (diff) | |
download | freebsd-ports-gnome-949ffcdbc8eb96950dec189d5b4c5ee6eba96934.tar.gz freebsd-ports-gnome-949ffcdbc8eb96950dec189d5b4c5ee6eba96934.tar.zst freebsd-ports-gnome-949ffcdbc8eb96950dec189d5b4c5ee6eba96934.zip |
- Make LIB_DEPENDS error more useful
Approved by: portmgr (bapt)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index 3881553e5ace..78f1995fa694 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -73,7 +73,7 @@ DEV_WARNING+= "USE_GNOME=desktopfileutils is deprecated, please use USES=desktop .endif .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*} -DEV_ERROR+= "Please use the new format for LIB_DEPENDS, see handbook for details" +DEV_ERROR+= "All LIB_DEPENDS should use the new format and start out with lib. (libfoo.so vs foo.so)" .endif .if defined(USE_TCL) || defined(USE_TCL_BUILD) || defined(USE_TCL_RUN) || defined(USE_TCL_WRAPPER) || \ |