diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 12:41:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 12:41:11 +0000 |
commit | d2bafa3bb3609dcb49a3a1532800ff0d3693665a (patch) | |
tree | 6a27d01bc4f9390f6ca556201b102404beedfd42 /textproc/wv | |
parent | 1ecb7b9032959c8b889b83b832f24b6937327e1f (diff) | |
download | ports-d2bafa3bb3609dcb49a3a1532800ff0d3693665a.tar.gz ports-d2bafa3bb3609dcb49a3a1532800ff0d3693665a.zip |
- use lynx-ssl as default
- honor option WITHOUT_SSL
Notes
Notes:
svn path=/head/; revision=118991
Diffstat (limited to 'textproc/wv')
-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 |