[Midnightbsd-cvs] mports [20549] trunk/www/spdylay/Makefile: force openssl port when osversion is less than 0.8

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 29 07:23:15 EDT 2015


Revision: 20549
          http://svnweb.midnightbsd.org/mports/?rev=20549
Author:   laffer1
Date:     2015-10-29 07:23:15 -0400 (Thu, 29 Oct 2015)
Log Message:
-----------
force openssl port when osversion is less than 0.8

Modified Paths:
--------------
    trunk/www/spdylay/Makefile

Modified: trunk/www/spdylay/Makefile
===================================================================
--- trunk/www/spdylay/Makefile	2015-10-29 11:20:40 UTC (rev 20548)
+++ trunk/www/spdylay/Makefile	2015-10-29 11:23:15 UTC (rev 20549)
@@ -35,8 +35,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 8000 || !defined(WITH_OPENSSL_PORT)
-IGNORE=		spdylay requires OpenSSL 1.0.1+
+
+.if ${OSVERSION} < 8000
+USE_OPENSSL_PORT=yes
 .endif
 
 post-patch:



More information about the Midnightbsd-cvs mailing list