pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/most Use buildlink3 instead of DEPENDS line for l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58fbe1d3ee45
branches:  trunk
changeset: 491779:58fbe1d3ee45
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Tue Mar 29 20:08:29 2005 +0000

description:
Use buildlink3 instead of DEPENDS line for libslang.

diffstat:

 misc/most/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r cff9e02cd7d0 -r 58fbe1d3ee45 misc/most/Makefile
--- a/misc/most/Makefile        Tue Mar 29 18:48:30 2005 +0000
+++ b/misc/most/Makefile        Tue Mar 29 20:08:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/03/24 21:12:58 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/29 20:08:29 darcy Exp $
 
 DISTNAME=      most-4.9.0
 CATEGORIES=    misc
@@ -9,9 +9,8 @@
 HOMEPAGE=      http://space.mit.edu/~davis/most.html
 COMMENT=       Pager (like less) which has support for windows and binary files
 
-DEPENDS+=      libslang-[0-9]*:../../devel/libslang
-
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --without-x
 
+.include "../../devel/libslang/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index