pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cqual - Perl is needed at runtime.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fd5dd7461d2
branches:  trunk
changeset: 506107:3fd5dd7461d2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 12 00:44:44 2006 +0000

description:
- Perl is needed at runtime.
- Made the package work with CHECK_INTERPRETER=yes set.
- Bumped PKGREVISION.

diffstat:

 devel/cqual/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 56de9f4a9608 -r 3fd5dd7461d2 devel/cqual/Makefile
--- a/devel/cqual/Makefile      Thu Jan 12 00:40:19 2006 +0000
+++ b/devel/cqual/Makefile      Thu Jan 12 00:44:44 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2006/01/11 22:50:21 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2006/01/12 00:44:44 rillig Exp $
 #
 
 DISTNAME=              cqual-0.991
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=cqual/}
 
@@ -12,7 +12,9 @@
 
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake perl
+USE_TOOLS+=            gmake perl:run
+
+REPLACE_PERL+=         bin/*
 
 INSTALLATION_DIRS=     share/doc/cqual share/examples/cqual
 



Home | Main Index | Thread Index | Old Index