diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-02 03:03:39 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-02 03:03:39 +0000 |
commit | 8730fc2897b060040f75a58c8f410a5de980dee9 (patch) | |
tree | 580d00945368645c6bef33b00e746313714f51ab /textproc/wv/Makefile | |
parent | 2bedd57212608377a31b2ffc7b279ea24cc9ee09 (diff) | |
download | FreeBSD-ports-8730fc2897b060040f75a58c8f410a5de980dee9.zip FreeBSD-ports-8730fc2897b060040f75a58c8f410a5de980dee9.tar.gz |
'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>
Diffstat (limited to 'textproc/wv/Makefile')
-rw-r--r-- | textproc/wv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 8ac4f97..8fc3ce0 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 |