diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-12 00:44:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-12 00:44:44 +0000 |
commit | 567da488c8fc7c4667979d8b12bf9b0c0f4f56ba (patch) | |
tree | 736c096c0e747f4539c1c537969c6d1eafc74e72 /devel/cqual | |
parent | d3b0a7ae641d0dfbffeb86fc1f1f7384bee689a3 (diff) | |
download | pkgsrc-567da488c8fc7c4667979d8b12bf9b0c0f4f56ba.tar.gz |
- Perl is needed at runtime.
- Made the package work with CHECK_INTERPRETER=yes set.
- Bumped PKGREVISION.
Diffstat (limited to 'devel/cqual')
-rw-r--r-- | devel/cqual/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/cqual/Makefile b/devel/cqual/Makefile index 10123b7fc56..def47220848 100644 --- a/devel/cqual/Makefile +++ b/devel/cqual/Makefile @@ -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 @@ COMMENT= Tool for adding type qualifiers to C 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 |