diff options
author | markd <markd> | 2006-02-02 09:29:25 +0000 |
---|---|---|
committer | markd <markd> | 2006-02-02 09:29:25 +0000 |
commit | 66e315a0a0100d39fa037789587fe212a6b21951 (patch) | |
tree | 1398e34c33151c667dfb19778083cd18040c1d63 | |
parent | 6228a432e2753d83749b4a14862b7692da44dc8c (diff) | |
download | pkgsrc-66e315a0a0100d39fa037789587fe212a6b21951.tar.gz |
USE_TOOLS+= pkg-config
-rw-r--r-- | graphics/kdegraphics3/Makefile | 4 | ||||
-rw-r--r-- | net/kdenetwork3/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index fedaa4cf839..6c63c97f598 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/01/31 22:47:11 markd Exp $ +# $NetBSD: Makefile,v 1.59 2006/02/02 09:29:25 markd Exp $ DISTNAME= kdegraphics-${_KDE_VERSION} CATEGORIES= graphics @@ -7,7 +7,7 @@ COMMENT= Graphics programs for the KDE integrated X11 desktop .include "../../meta-pkgs/kde3/Makefile.kde3" USE_DIRS+= xdg-1.1 -USE_TOOLS+= gs:run +USE_TOOLS+= gs:run pkg-config BUILDLINK_DEPENDS.lcms+= lcms>=1.12 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 \ |