diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 18:35:55 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 18:35:55 +0000 |
commit | 09123d8c52194696328c8b4bd1f581116d360d7f (patch) | |
tree | d5477815a271e26b626ff3ac63fa6f9c9d11e2f0 /www/wyvern | |
parent | ea4bdbb32d5f57a3b8b34ff3c2beec0435f06c83 (diff) |
Notes
Diffstat (limited to 'www/wyvern')
-rw-r--r-- | www/wyvern/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile index 609594e1599a..c9704ff4db62 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -37,7 +37,7 @@ OPTIONS= OPENSSL "OpenSSL support" off \ .include <bsd.port.pre.mk> -if ${OSVERSION} >= 800059 +.if ${OSVERSION} >= 800059 BROKEN= does not build .endif |