From f6eb46093bc245b322e817c66b9a478e0ddce39c Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 3 Feb 2000 03:28:22 +0000 Subject: This port only contains crypto if "USE_SSL" is defined. Restrict appropriately. --- www/w3m/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/w3m') diff --git a/www/w3m/Makefile b/www/w3m/Makefile index da03df24cc4..064af9ff539 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -16,7 +16,9 @@ MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/dev/ \ MAINTAINER= nobutaka@nobutaka.com +.if defined(USE_SSL) RESTRICTED= "Contains cryptography" +.endif BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc -- cgit