diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-06 11:23:37 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-06 11:23:37 +0000 |
commit | 72863250d0f0dc5a39831323201e751e09f006da (patch) | |
tree | 2350be0d302bd3bfd2a6dacbbff55dea8c31c307 /textproc | |
parent | 5d7fd09e759d99443993a8c62c131cdf58321611 (diff) | |
download | pkgsrc-72863250d0f0dc5a39831323201e751e09f006da.tar.gz |
silence missing interpreter warning
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 bf0c1e95b09..02d8e2b7098 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/01/15 00:27:37 heinz Exp $ +# $NetBSD: Makefile,v 1.37 2009/08/06 11:23:37 tnn Exp $ # DISTNAME= OpenSP-1.5.2 @@ -25,6 +25,7 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-http \ --enable-default-catalog=${PREFIX}/share/sgml/catalog +REPLACE_PERL+= unicode/gensyntax.pl TEST_TARGET= check |