diff options
author | jlam <jlam@pkgsrc.org> | 2002-11-14 23:24:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-11-14 23:24:23 +0000 |
commit | d6130503419506990d3e1aa6fb82f52364c457af (patch) | |
tree | b6d7934edaf3eb9152d97f168f2b2e0f45508d37 /misc/less | |
parent | a1ab69b67269d424f0e8ef3940efa83bad8ec798 (diff) | |
download | pkgsrc-d6130503419506990d3e1aa6fb82f52364c457af.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'misc/less')
-rw-r--r-- | misc/less/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index 8ab17be0a4d..fb73720c5f9 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/10/26 16:01:37 grant Exp $ +# $NetBSD: Makefile,v 1.6 2002/11/14 23:28:55 jlam Exp $ # DISTNAME= less-378 @@ -11,6 +11,6 @@ HOMEPAGE= http://www.greenwoodsoftware.com/less/ COMMENT= pager similar to more and pg GNU_CONFIGURE= yes -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes .include "../../mk/bsd.pkg.mk" |