pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Remove warning about LIB_DEPENDS, it's sooooo long ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11eb6453f5f0
branches:  trunk
changeset: 526142:11eb6453f5f0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 02 06:01:44 2007 +0000

description:
Remove warning about LIB_DEPENDS, it's sooooo long gone...

diffstat:

 mk/bsd.pkg.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r bd145682b9ad -r 11eb6453f5f0 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Fri Mar 02 05:58:34 2007 +0000
+++ b/mk/bsd.pkg.mk     Fri Mar 02 06:01:44 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1908 2007/02/22 07:20:41 rillig Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1909 2007/03/02 06:01:44 wiz Exp $
 #
 # This file is in the public domain.
 #
@@ -160,10 +160,6 @@
 PKG_FAIL_REASON+='CATEGORIES and DISTNAME are mandatory.'
 .endif
 
-.if defined(LIB_DEPENDS)
-PKG_FAIL_REASON+='LIB_DEPENDS is deprecated and must be replaced with DEPENDS.'
-.endif
-
 .if defined(PKG_PATH)
 PKG_FAIL_REASON+='Please unset PKG_PATH before doing pkgsrc work!'
 .endif



Home | Main Index | Thread Index | Old Index