diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-04 22:20:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-04 22:20:04 +0000 |
commit | 6f00b461fcaa789807342cedafdf87b663853e4e (patch) | |
tree | a9ee259b40658c391d158dc52bfc1235f309b757 | |
parent | 6c303e9a8c341ff74ab2b0a42f16367d9487ab21 (diff) | |
download | pkgsrc-6f00b461fcaa789807342cedafdf87b663853e4e.tar.gz |
Set BROKEN_GETTEXT_DETECTION to yes. Fixes PLIST locale problem.
-rw-r--r-- | multimedia/gopchop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gopchop/Makefile b/multimedia/gopchop/Makefile index cb7878c9ec2..0e5ccfa0dfe 100644 --- a/multimedia/gopchop/Makefile +++ b/multimedia/gopchop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:15 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/03/04 22:20:04 wiz Exp $ # DISTNAME= gopchop-1.1.7 @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config +BROKEN_GETTEXT_DETECTION= yes .include "../../multimedia/libmpeg2/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" |