diff options
author | agc <agc> | 2001-05-30 14:38:19 +0000 |
---|---|---|
committer | agc <agc> | 2001-05-30 14:38:19 +0000 |
commit | cba1d07f215c3faf6df4d5d173e919a079f480a6 (patch) | |
tree | c615d14a0abc31f1035428565719f29a1026865b /textproc | |
parent | c4d52f9f7737657f1b71d2231263b7bd504b8467 (diff) | |
download | pkgsrc-cba1d07f215c3faf6df4d5d173e919a079f480a6.tar.gz |
Use the correct version number for the libts package's build dependency.
This may address PR 13037.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rtf-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rtf-tools/Makefile b/textproc/rtf-tools/Makefile index 1894e17f7c7..89553c07828 100644 --- a/textproc/rtf-tools/Makefile +++ b/textproc/rtf-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 12:18:33 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/05/30 14:38:19 agc Exp $ # DISTNAME= RTF-1.10 @@ -11,7 +11,7 @@ MAINTAINER= collver@linuxfreemail.com HOMEPAGE= http://www.primate.wisc.edu/software/RTF/ COMMENT= RTF to troff/groff/text converter -BUILD_DEPENDS+= libts-1.10:../../devel/libts +BUILD_DEPENDS+= libts-1.08:../../devel/libts WRKSRC= ${WRKDIR}/rtf INSTALL_TARGET= install install.man |