diff options
-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 |