diff options
author | joerg <joerg@pkgsrc.org> | 2013-01-01 19:12:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-01-01 19:12:08 +0000 |
commit | 143656fccdce0077465949d6f5e96a06b97d3368 (patch) | |
tree | 6ca2d879670b93e9af87b60457f1b9c275320aef /net/choqok | |
parent | b0c767dc3ca84092f17f1b186e8476e8caa3ba40 (diff) | |
download | pkgsrc-143656fccdce0077465949d6f5e96a06b97d3368.tar.gz |
Needs pkg-config
Diffstat (limited to 'net/choqok')
-rw-r--r-- | net/choqok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/choqok/Makefile b/net/choqok/Makefile index 170f5cacdb5..3136db9d73c 100644 --- a/net/choqok/Makefile +++ b/net/choqok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/23 17:18:14 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/01/01 19:12:08 joerg Exp $ # DISTNAME= choqok-1.3 @@ -13,7 +13,7 @@ COMMENT= Twitter and StatusNet client for KDE LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ -USE_TOOLS+= perl msgfmt +USE_TOOLS+= perl msgfmt pkg-config BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 DEPENDS= qca2-ossl-[0-9]*:../../security/qca2-ossl |