aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-02 11:03:39 +0800
committeredwin <edwin@FreeBSD.org>2003-04-02 11:03:39 +0800
commit8730fc2897b060040f75a58c8f410a5de980dee9 (patch)
tree580d00945368645c6bef33b00e746313714f51ab
parent2bedd57212608377a31b2ffc7b279ea24cc9ee09 (diff)
downloadfreebsd-ports-gnome-8730fc2897b060040f75a58c8f410a5de980dee9.tar.gz
freebsd-ports-gnome-8730fc2897b060040f75a58c8f410a5de980dee9.tar.zst
freebsd-ports-gnome-8730fc2897b060040f75a58c8f410a5de980dee9.zip
'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>
-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