diff options
author | wiz <wiz> | 2001-12-19 20:28:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-19 20:28:53 +0000 |
commit | 71624d839c8d0fc19a145aa2ed4136bcbd45d40e (patch) | |
tree | becc5c6a8d86cff37763d443373cd1f136799273 /textproc | |
parent | 3a285a8e6c67b5cb77b8357b563a3610aeccf515 (diff) | |
download | pkgsrc-71624d839c8d0fc19a145aa2ed4136bcbd45d40e.tar.gz |
Add perl BUILD_DEPENDENCY. Should fix bulk build failure.
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 e2fae11a593..421bd5ee0ee 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/09/27 23:18:45 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/12/19 20:28:53 wiz Exp $ # DISTNAME= OpenSP-1.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://openjade.sourceforge.net/doc-1.4/index.htm COMMENT= SGML parser, successor to "sp" DEPENDS+= unproven-pthreads-[0-9]*:../../devel/unproven-pthreads +BUILD_DEPENDS+= perl>=5.0:../../lang/perl CONFLICTS+= sp-[0-9]* |