diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-19 20:29:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-19 20:29:31 +0000 |
commit | 9bf019738762814f3a37d8f402e3ddf8ed98d216 (patch) | |
tree | 4ce62cdb4ad69ee47acd76f27a256a8ec786e7f9 /textproc/opensp | |
parent | 42c85ce0e9d1ccba078f44e748b6f67eeeacf104 (diff) | |
download | pkgsrc-9bf019738762814f3a37d8f402e3ddf8ed98d216.tar.gz |
Oops, fix path to perl directory.
Diffstat (limited to 'textproc/opensp')
-rw-r--r-- | textproc/opensp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 421bd5ee0ee..b5bfc6d095d 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/12/19 20:28:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/12/19 20:29:31 wiz Exp $ # DISTNAME= OpenSP-1.4 @@ -11,7 +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 +BUILD_DEPENDS+= perl>=5.0:../../lang/perl5 CONFLICTS+= sp-[0-9]* |