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 | 4a4c3a8014aa9f3dd6c9272969ca9c3b5d3b3a7f (patch) | |
tree | 14992ed6636675b63ece45033c047d83c18c9411 | |
parent | 261205169456eaf4bc3ef75f0daa414ec2abeaa4 (diff) | |
download | pkgsrc-4a4c3a8014aa9f3dd6c9272969ca9c3b5d3b3a7f.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
-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" |