diff options
Diffstat (limited to 'textproc/wv/Makefile')
-rw-r--r-- | textproc/wv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index ab23804f5c98..66ba9bb93ed7 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -16,7 +16,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library and executables to access Microsoft Word files LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf +.if defined(WITHOUT_SSL) RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx +.else +RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-ssl +.endif USE_GETOPT_LONG= yes USE_GNOME= gnometarget pkgconfig |