diff options
author | pav <pav@FreeBSD.org> | 2008-09-17 06:07:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-09-17 06:07:52 +0800 |
commit | 60ab075fb6f1a38fca160f4565dcab7f4385eda9 (patch) | |
tree | 474910ba2ad6f3a4795ff755dc2257ec6b90b252 /www/cacheboy16 | |
parent | a07ee601834e42e3890d1250a354a70e863720b2 (diff) | |
download | freebsd-ports-gnome-60ab075fb6f1a38fca160f4565dcab7f4385eda9.tar.gz freebsd-ports-gnome-60ab075fb6f1a38fca160f4565dcab7f4385eda9.tar.zst freebsd-ports-gnome-60ab075fb6f1a38fca160f4565dcab7f4385eda9.zip |
- Mark BROKEN on 6.x: does not compile with base OpenSSL
Reported by: pointyhat
Approved by: portmgr (self)
Diffstat (limited to 'www/cacheboy16')
-rw-r--r-- | www/cacheboy16/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/cacheboy16/Makefile b/www/cacheboy16/Makefile index 1c4f935f16c1..308bab3e19dc 100644 --- a/www/cacheboy16/Makefile +++ b/www/cacheboy16/Makefile @@ -182,6 +182,10 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ BROKEN= does not compile with Heimdal 1.1 in 8.0-CURRENT .endif +.if ${OSVERSION} < 700000 +BROKEN= does not compile with OpenSSL in 6.x base +.endif + # Authentication methods and modules: basic_auth= DB NCSA PAM MSNT SMB |