pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/bbpager04 pkg-config is still a tool, not a language.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4e55462dd36
branches:  trunk
changeset: 518058:f4e55462dd36
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 30 07:25:50 2006 +0000

description:
pkg-config is still a tool, not a language.

diffstat:

 wm/bbpager04/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b540d1cca67b -r f4e55462dd36 wm/bbpager04/Makefile
--- a/wm/bbpager04/Makefile     Wed Aug 30 06:16:27 2006 +0000
+++ b/wm/bbpager04/Makefile     Wed Aug 30 07:25:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2006/08/20 23:07:18 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2006/08/30 07:25:50 joerg Exp $
 #
 
 DISTNAME=      bbpager-0.4.1beta1
@@ -11,7 +11,8 @@
 COMMENT=       Pager for the blackbox window manager
 
 GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++ pkg-config
+USE_LANGUAGES= c c++
+USE_TOOLS+=    pkg-config
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/bbpager.1 ${PREFIX}/man/man1



Home | Main Index | Thread Index | Old Index