summaryrefslogtreecommitdiff
path: root/misc/most
diff options
context:
space:
mode:
authordarcy <darcy>2005-03-29 20:08:29 +0000
committerdarcy <darcy>2005-03-29 20:08:29 +0000
commit78eb702d6d41e97d0261e2b27b31c6f203834dcb (patch)
treeb3ad409eb0e2ae5b8c91b4401c45c8c5f4c03278 /misc/most
parente8b8aeaf3989c625f5040be635a6e282a0c8aaed (diff)
downloadpkgsrc-78eb702d6d41e97d0261e2b27b31c6f203834dcb.tar.gz
Use buildlink3 instead of DEPENDS line for libslang.
Diffstat (limited to 'misc/most')
-rw-r--r--misc/most/Makefile5
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"