diff options
author | darcy <darcy@pkgsrc.org> | 2005-03-29 20:08:29 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-03-29 20:08:29 +0000 |
commit | e4c7aed5d7166462caf234eb83d948557bcbca0f (patch) | |
tree | b3ad409eb0e2ae5b8c91b4401c45c8c5f4c03278 /misc/most | |
parent | 53cd2479b05da3cf8973cc8d556687cd5cd4eb8c (diff) | |
download | pkgsrc-e4c7aed5d7166462caf234eb83d948557bcbca0f.tar.gz |
Use buildlink3 instead of DEPENDS line for libslang.
Diffstat (limited to 'misc/most')
-rw-r--r-- | misc/most/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/most/Makefile b/misc/most/Makefile index 726a26adfc1..295227a69c4 100644 --- a/misc/most/Makefile +++ b/misc/most/Makefile @@ -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 @@ MAINTAINER= rhwang@bigpanda.com 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" |