diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 13:21:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 13:21:25 +0000 |
commit | b3fae17c00a7e730d13b480a62c2ab816f08bda3 (patch) | |
tree | 427fb78d63a4f004be9b580ff0ccda15f5149c50 /devel | |
parent | 02d9e09b6def956874e89c46a71d275bf9c17c07 (diff) | |
download | pkgsrc-b3fae17c00a7e730d13b480a62c2ab816f08bda3.tar.gz |
Needs pkg-config.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile index 2842f7cef33..56f2235a31b 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/21 13:21:25 joerg Exp $ # DISTNAME= kscope-1.3.3 @@ -14,7 +14,7 @@ DEPENDS+= cscope>=15.4:../../devel/cscope DEPENDS+= exctags>=5.5.4:../../devel/exctags GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes USE_LANGUAGES= c c++ |