pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ja-less Add missing PCRE dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c87e7c05172
branches:  trunk
changeset: 485471:7c87e7c05172
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Dec 12 23:33:29 2004 +0000

description:
Add missing PCRE dependency
Patch by Georg Schwarz in PR pkg/28640

diffstat:

 misc/ja-less/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r daf569ebaa67 -r 7c87e7c05172 misc/ja-less/Makefile
--- a/misc/ja-less/Makefile     Sun Dec 12 17:16:27 2004 +0000
+++ b/misc/ja-less/Makefile     Sun Dec 12 23:33:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/21 17:01:15 martti Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/12 23:33:29 recht Exp $
 # FreeBSD Id: Makefile,v 1.13 1998/07/17 20:36:13 steve Exp
 #
 
@@ -15,6 +15,8 @@
 HOMEPAGE=      http://www.io.com/~kazushi/less/
 COMMENT=       Less + zcat + ISO-2022 - a pager similar to more and pg
 
+USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 
+.include "../../devel/pcre/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index