summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-03 03:28:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-03 03:28:22 +0000
commit8011a02fb51fb873dd580dbb9d74e9ae926c1d6b (patch)
tree242040199ac7fafac4274207e8f51965bc5d40f8 /www
parentUpgrade to version 2.0.16. (diff)
This port only contains crypto if "USE_SSL" is defined.
Restrict appropriately.
Notes
Notes: svn path=/head/; revision=25437
Diffstat (limited to 'www')
-rw-r--r--www/w3m/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index da03df24cc45..064af9ff539d 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