summaryrefslogtreecommitdiffstats
path: root/www/w3m
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-02-03 03:28:22 +0000
committerobrien <obrien@FreeBSD.org>2000-02-03 03:28:22 +0000
commitf6eb46093bc245b322e817c66b9a478e0ddce39c (patch)
tree2d1bc71ea9780a965d4ebc5526b1c3ae3acdada5 /www/w3m
parent3cddbcea2e1cf72f4a4f63c350d46a3c174b2e61 (diff)
downloadFreeBSD-ports-f6eb46093bc245b322e817c66b9a478e0ddce39c.zip
FreeBSD-ports-f6eb46093bc245b322e817c66b9a478e0ddce39c.tar.gz
This port only contains crypto if "USE_SSL" is defined.
Restrict appropriately.
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index da03df2..064af9f 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
OpenPOWER on IntegriCloud