summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-02 03:03:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-02 03:03:39 +0000
commitf9362c78869d2a1db13bb1c33130f6643c66fb40 (patch)
treeb1bca73eb8162d67aa2a3a519ea9d968cec51553 /textproc
parentFix building on -current. Kludge around the ffs issue and use time_t (diff)
'wv' port does not specify lynx as a depends
When using 'portinstall wv' nothing is mention about depending on lynx. however when using 'wvText' it mentions that it can't find lynx so the text output will look bad. PR: ports/45611 Submitted by: Nick Jennings <nkj@namodn.com>
Notes
Notes: svn path=/head/; revision=77935
Diffstat (limited to 'textproc')
-rw-r--r--textproc/wv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile
index 8ac4f976f644..8fc3ce091fc6 100644
--- a/textproc/wv/Makefile
+++ b/textproc/wv/Makefile
@@ -17,6 +17,7 @@ COMMENT= A library and executables which allow access to Microsoft Word files
LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \
iconv.3:${PORTSDIR}/converters/libiconv \
png.5:${PORTSDIR}/graphics/png
+RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx
USE_GMAKE= yes
GNU_CONFIGURE= yes