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 | 93947c16cc7dc3f31673567b6321c05b6120af79 (patch) | |
tree | 50be0809e360a726bf2ead73ce8f93ab3678385a /textproc | |
parent | ddacec0cfee8f1f529077b112ac23e0f2bf9530e (diff) | |
download | pkgsrc-93947c16cc7dc3f31673567b6321c05b6120af79.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 |