diff options
author | markd <markd@pkgsrc.org> | 2006-02-02 09:29:25 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-02-02 09:29:25 +0000 |
commit | 69c163eb40fab5cc359efb63615fa563822c187d (patch) | |
tree | 1398e34c33151c667dfb19778083cd18040c1d63 /net | |
parent | 15241a5942c8039b791701d581712138362609f6 (diff) | |
download | pkgsrc-69c163eb40fab5cc359efb63615fa563822c187d.tar.gz |
USE_TOOLS+= pkg-config
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index fbc2484b100..642280f0e63 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/01/31 22:30:45 markd Exp $ +# $NetBSD: Makefile,v 1.49 2006/02/02 09:31:10 markd Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} CATEGORIES= net @@ -11,6 +11,7 @@ CONFLICTS= kopete-[0-9]* DEPENDS+= qca-tls>=1.0:../../security/qca-tls USE_DIRS+= xdg-1.1 +USE_TOOLS+= pkg-config PTHREAD_OPTS+= require REPLACE_PERL= ksirc/dsirc \ |