Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2015 18:01:54 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388242 - head/www/links1
Message-ID:  <201506011801.t51I1si6021333@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506011801.t51I1si6021333>