mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- use lynx-ssl as default
- honor option WITHOUT_SSL
This commit is contained in:
parent
1ecb7b9032
commit
d2bafa3bb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118991
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue