diff options
author | agc <agc@pkgsrc.org> | 2001-05-30 14:38:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-30 14:38:19 +0000 |
commit | 62710cab40aa1bb647b3856dd98af5ef0e5cf311 (patch) | |
tree | c615d14a0abc31f1035428565719f29a1026865b /textproc | |
parent | fecd69c451b76454dcd09b6ad5311023e7a961e4 (diff) | |
download | pkgsrc-62710cab40aa1bb647b3856dd98af5ef0e5cf311.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 |