diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-10 14:57:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-10 14:57:18 +0000 |
commit | 6b3dc619016f9134a4b4524ac142dbc6ae701ff6 (patch) | |
tree | b34d31bce7817617267381700ce9cfeec3689cdd /textproc/opensp | |
parent | b846c2cbb34a07247b08e50c028f7855a330f0af (diff) | |
download | pkgsrc-6b3dc619016f9134a4b4524ac142dbc6ae701ff6.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'textproc/opensp')
-rw-r--r-- | textproc/opensp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 5fa7603d5cd..c311effde4c 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/07/31 06:03:26 grant Exp $ +# $NetBSD: Makefile,v 1.29 2006/01/10 14:57:18 joerg Exp $ # DISTNAME= OpenSP-1.5.1 @@ -14,6 +14,7 @@ COMMENT= SGML parser, successor to "sp" CONFLICTS+= sp-[0-9]* BUILD_USES_MSGFMT= yes +BROKEN_GETTEXT_DETECTION= yes USE_TOOLS+= perl USE_LANGUAGES= c c++ USE_LIBTOOL= yes |