svn commit: r388242 - head/www/links1

Don Lewis truckman at FreeBSD.org
Mon Jun 1 18:01:55 UTC 2015


Author: truckman
Date: Mon Jun  1 18:01:54 2015
New Revision: 388242
URL: https://svnweb.freebsd.org/changeset/ports/388242

Log:
  Obey WITH_OPENSSL_PORT=yes and actually link to the ports openssl library.
  
  PR:		200557
  Approved by:	demon (maintainer)

Modified:
  head/www/links1/Makefile

Modified: head/www/links1/Makefile
==============================================================================
--- head/www/links1/Makefile	Mon Jun  1 17:27:42 2015	(r388241)
+++ head/www/links1/Makefile	Mon Jun  1 18:01:54 2015	(r388242)
@@ -16,4 +16,6 @@ GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 CONFLICTS=	links-2*
 
+CONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list