diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-10-12 20:41:11 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-10-12 20:41:11 +0800 |
commit | 844b0ef88037a7f46a5ef61b92ceef60e2c10c9f (patch) | |
tree | 1102e09e33e96c4e87358e68848cda58481bf4db | |
parent | b1f1fbcf6a9a29691c289cbd5788ad46378cfae5 (diff) | |
download | freebsd-ports-gnome-844b0ef88037a7f46a5ef61b92ceef60e2c10c9f.tar.gz freebsd-ports-gnome-844b0ef88037a7f46a5ef61b92ceef60e2c10c9f.tar.zst freebsd-ports-gnome-844b0ef88037a7f46a5ef61b92ceef60e2c10c9f.zip |
- use lynx-ssl as default
- honor option WITHOUT_SSL
-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 |