pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/dia Move msgfmt into Makefile.common, as it i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/707181aa910e
branches: trunk
changeset: 520682:707181aa910e
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Oct 25 16:52:23 2006 +0000
description:
Move msgfmt into Makefile.common, as it is needed by configure and
dia-python fails otherwise.
diffstat:
graphics/dia/Makefile | 4 +---
graphics/dia/Makefile.common | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r 2df78ba2ca99 -r 707181aa910e graphics/dia/Makefile
--- a/graphics/dia/Makefile Wed Oct 25 14:54:11 2006 +0000
+++ b/graphics/dia/Makefile Wed Oct 25 16:52:23 2006 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2006/06/22 10:05:36 joerg Exp $
+# $NetBSD: Makefile,v 1.46 2006/10/25 16:52:23 joerg Exp $
#
.include "Makefile.common"
-USE_TOOLS+= msgfmt
-
USE_DIRS+= xdg-1.1
.include "options.mk"
diff -r 2df78ba2ca99 -r 707181aa910e graphics/dia/Makefile.common
--- a/graphics/dia/Makefile.common Wed Oct 25 14:54:11 2006 +0000
+++ b/graphics/dia/Makefile.common Wed Oct 25 16:52:23 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2006/07/22 04:46:16 rillig Exp $
+# $NetBSD: Makefile.common,v 1.15 2006/10/25 16:52:24 joerg Exp $
#
DISTNAME= dia-0.95-1
@@ -15,7 +15,7 @@
PATCHDIR= ${.CURDIR}/../../graphics/dia/patches
GNU_CONFIGURE= YES
-USE_TOOLS+= gmake intltool pkg-config
+USE_TOOLS+= gmake intltool pkg-config msgfmt
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_LANGUAGES= c c++
Home |
Main Index |
Thread Index |
Old Index