diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-03 11:28:22 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-03 11:28:22 +0800 |
commit | f6eb46093bc245b322e817c66b9a478e0ddce39c (patch) | |
tree | 2d1bc71ea9780a965d4ebc5526b1c3ae3acdada5 /www/w3m | |
parent | 3cddbcea2e1cf72f4a4f63c350d46a3c174b2e61 (diff) | |
download | freebsd-ports-graphics-f6eb46093bc245b322e817c66b9a478e0ddce39c.tar.gz freebsd-ports-graphics-f6eb46093bc245b322e817c66b9a478e0ddce39c.tar.zst freebsd-ports-graphics-f6eb46093bc245b322e817c66b9a478e0ddce39c.zip |
This port only contains crypto if "USE_SSL" is defined.
Restrict appropriately.
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |