diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-02 12:48:48 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-02 12:48:48 +0000 |
commit | 3197c4be306a1d30d77e52983849eca74fe5dba9 (patch) | |
tree | 50be0809e360a726bf2ead73ce8f93ab3678385a /textproc | |
parent | ed8fe3b17932ed0dffc7913fd0cf10229e18f9eb (diff) | |
download | pkgsrc-3197c4be306a1d30d77e52983849eca74fe5dba9.tar.gz |
add missing BUILD_USES_MSGFMT
Diffstat (limited to 'textproc')
-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 0072532244d..e867dada528 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/03/01 23:14:35 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.25 2005/03/02 12:48:48 dmcmahill Exp $ # DISTNAME= OpenSP-1.5.1 @@ -13,6 +13,7 @@ COMMENT= SGML parser, successor to "sp" CONFLICTS+= sp-[0-9]* +BUILD_USES_MSGFMT= yes USE_BUILDLINK3= yes USE_PERL5= build USE_LIBTOOL= yes |