diff options
author | markd <markd@pkgsrc.org> | 2006-02-02 09:16:44 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-02-02 09:16:44 +0000 |
commit | b056bda4df67da7dba8fb01a6f50aac8a20098d6 (patch) | |
tree | 47a420e9a38d09752a8acae16a1d98f444c44239 /x11/kdelibs3 | |
parent | 3fb0cce5a8599abe880f9fa8e10eecb3d782ea20 (diff) | |
download | pkgsrc-b056bda4df67da7dba8fb01a6f50aac8a20098d6.tar.gz |
USE_TOOLS+= pkg-config. Fixes PR 32696 from Chapman Flack.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index c12c04f1bbc..fae926b0830 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2006/01/31 22:20:41 markd Exp $ +# $NetBSD: Makefile,v 1.102 2006/02/02 09:16:44 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} CATEGORIES= x11 @@ -9,7 +9,7 @@ COMMENT= Support libraries for the KDE integrated X11 desktop CONFLICTS+= koffice3<=1.1.1 USE_DIRS+= xdg-1.2 -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run pkg-config MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus CONF_FILES+= ${PREFIX}/share/examples/kdelibs3/applications.menu \ |