diff options
author | joerg <joerg@pkgsrc.org> | 2006-08-30 07:25:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-08-30 07:25:50 +0000 |
commit | 97b9bc64c92217f7c760642c931dfcbabc4e8bcc (patch) | |
tree | 9230b817c9ee5aa540eb4bf037ba862f52218247 /wm/bbpager04 | |
parent | 6a855c871d897057406fe6c34521f845844d612a (diff) | |
download | pkgsrc-97b9bc64c92217f7c760642c931dfcbabc4e8bcc.tar.gz |
pkg-config is still a tool, not a language.
Diffstat (limited to 'wm/bbpager04')
-rw-r--r-- | wm/bbpager04/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/bbpager04/Makefile b/wm/bbpager04/Makefile index 276e8729e58..406948edb26 100644 --- a/wm/bbpager04/Makefile +++ b/wm/bbpager04/Makefile @@ -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 @@ HOMEPAGE= http://bbtools.windsofstorm.net/available.phtml 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 |