From d2bafa3bb3609dcb49a3a1532800ff0d3693665a Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 12 Oct 2004 12:41:11 +0000 Subject: - use lynx-ssl as default - honor option WITHOUT_SSL --- textproc/wv/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'textproc') 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 -- cgit v1.2.3