svn commit: r359317 - head/net-mgmt/net-snmp

Ryan Steinmetz zi at FreeBSD.org
Thu Jun 26 01:24:20 UTC 2014


Author: zi
Date: Thu Jun 26 01:24:20 2014
New Revision: 359317
URL: http://svnweb.freebsd.org/changeset/ports/359317
QAT: https://qat.redports.org/buildarchive/r359317/

Log:
  - Use WITH_OPENSSL_PORT as the conditional for adding libcrypto

Modified:
  head/net-mgmt/net-snmp/Makefile

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Wed Jun 25 23:22:51 2014	(r359316)
+++ head/net-mgmt/net-snmp/Makefile	Thu Jun 26 01:24:20 2014	(r359317)
@@ -205,7 +205,7 @@ CONFLICTS=	ucd-snmp-4.* net-snmp-5.3.*
 
 .include <bsd.port.pre.mk>
 
-.if defined(OPENSSL_PORT)
+.if defined(WITH_OPENSSL_PORT) || defined(OPENSSL_PORT)
 LDFLAGS+=	-lcrypto
 .endif
 


More information about the svn-ports-all mailing list