pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 Needs pkg-config.
details: https://anonhg.NetBSD.org/pkgsrc/rev/438175ec8cae
branches: trunk
changeset: 514402:438175ec8cae
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 11 14:42:40 2006 +0000
description:
Needs pkg-config.
diffstat:
x11/matchbox-common/Makefile | 3 ++-
x11/matchbox-nest/Makefile | 3 ++-
x11/matchbox-panel-manager/Makefile | 3 ++-
x11/matchbox-panel/Makefile | 4 ++--
4 files changed, 8 insertions(+), 5 deletions(-)
diffs (69 lines):
diff -r 8e4a272183fd -r 438175ec8cae x11/matchbox-common/Makefile
--- a/x11/matchbox-common/Makefile Sun Jun 11 14:40:25 2006 +0000
+++ b/x11/matchbox-common/Makefile Sun Jun 11 14:42:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:17 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/11 14:42:40 joerg Exp $
#
DISTNAME= matchbox-common-0.9.1
@@ -12,6 +12,7 @@
COMMENT= Shared icons and configuration data for Matchbox
GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
PKG_SYSCONFSUBDIR= matchbox
diff -r 8e4a272183fd -r 438175ec8cae x11/matchbox-nest/Makefile
--- a/x11/matchbox-nest/Makefile Sun Jun 11 14:40:25 2006 +0000
+++ b/x11/matchbox-nest/Makefile Sun Jun 11 14:42:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:59 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/11 14:43:13 joerg Exp $
#
DISTNAME= matchbox-nest-0.3
@@ -12,6 +12,7 @@
COMMENT= Matchbox Xnest wrapper
GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
.include "../../devel/libmatchbox/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
diff -r 8e4a272183fd -r 438175ec8cae x11/matchbox-panel-manager/Makefile
--- a/x11/matchbox-panel-manager/Makefile Sun Jun 11 14:40:25 2006 +0000
+++ b/x11/matchbox-panel-manager/Makefile Sun Jun 11 14:42:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:59 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/11 14:44:00 joerg Exp $
#
DISTNAME= matchbox-panel-manager-0.1
@@ -12,6 +12,7 @@
COMMENT= Manager panel for the Matchbox desktop
USE_DIRS+= gnome2-1.5
+USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
.include "../../devel/libmatchbox/buildlink3.mk"
diff -r 8e4a272183fd -r 438175ec8cae x11/matchbox-panel/Makefile
--- a/x11/matchbox-panel/Makefile Sun Jun 11 14:40:25 2006 +0000
+++ b/x11/matchbox-panel/Makefile Sun Jun 11 14:42:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/05/18 20:30:02 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/11 14:44:00 joerg Exp $
#
DISTNAME= matchbox-panel-0.9.2
@@ -16,7 +16,7 @@
BROKEN_GETTEXT_DETECTION= yes
USE_DIRS+= gnome2-1.5
-USE_TOOLS+= gmake msgfmt
+USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index