diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-16 18:34:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-16 18:34:10 +0000 |
commit | 469dc949f45dd0197b1f44730cbd054e36a2e1e1 (patch) | |
tree | 14992ed6636675b63ece45033c047d83c18c9411 /math | |
parent | 9d87c73a0ebb3ba4cc65e6809d48af934f820159 (diff) | |
download | pkgsrc-469dc949f45dd0197b1f44730cbd054e36a2e1e1.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index aae5f866af9..b0d134de3a9 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/02/05 23:10:02 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2006/02/16 18:34:10 joerg Exp $ DISTNAME= Guppi-0.40.3 PKGNAME= ${DISTNAME:S/G/g/} @@ -23,6 +23,7 @@ USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake GNU_CONFIGURE= YES USE_LIBTOOL= YES +BROKEN_GETTEXT_DETECTION= yes .include "../../devel/bonobo/buildlink3.mk" .include "../../devel/libglade/buildlink3.mk" |