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 | 917989764971ffe6599a1a102c522df7b4e60da0 (patch) | |
tree | b3ad409eb0e2ae5b8c91b4401c45c8c5f4c03278 /misc | |
parent | 1254c559c906d0e9947f8aa6a721b8048b3024dc (diff) | |
download | pkgsrc-917989764971ffe6599a1a102c522df7b4e60da0.tar.gz |
Use buildlink3 instead of DEPENDS line for libslang.
Diffstat (limited to 'misc')
-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" |