diff options
author | joerg <joerg@pkgsrc.org> | 2006-10-25 16:52:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-10-25 16:52:23 +0000 |
commit | 9c080a5a7f478d04699374c516de025b8202fd0d (patch) | |
tree | e7c3f2030c4579071ede8affeabdf78f8de6c241 /graphics/dia | |
parent | cb771ddcfde41a8dcd9332f2e9f29a6a10a3d2ee (diff) | |
download | pkgsrc-9c080a5a7f478d04699374c516de025b8202fd0d.tar.gz |
Move msgfmt into Makefile.common, as it is needed by configure and
dia-python fails otherwise.
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 4 | ||||
-rw-r--r-- | graphics/dia/Makefile.common | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 5ac5e63f9a5..389d99ed011 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -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 --git a/graphics/dia/Makefile.common b/graphics/dia/Makefile.common index 46368835337..e6a9e8012f1 100644 --- a/graphics/dia/Makefile.common +++ b/graphics/dia/Makefile.common @@ -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 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/dia/distinfo 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++ |