svn commit: r502321 - head/devel/fossil

Pietro Cerutti gahr at FreeBSD.org
Thu May 23 08:29:59 UTC 2019


Author: gahr
Date: Thu May 23 08:29:58 2019
New Revision: 502321
URL: https://svnweb.freebsd.org/changeset/ports/502321

Log:
  devel/fossil: link against the correct SSL version

Modified:
  head/devel/fossil/Makefile

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Thu May 23 08:29:44 2019	(r502320)
+++ head/devel/fossil/Makefile	Thu May 23 08:29:58 2019	(r502321)
@@ -3,7 +3,7 @@
 PORTNAME=	fossil
 PORTVERSION=	2.8
 DISTVERSIONPREFIX=	src-
-PORTREVISION=	0
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	devel www
 MASTER_SITES=	http://fossil-scm.org/index.html/uv/
@@ -19,7 +19,7 @@ USES=		ssl
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX}
+CONFIGURE_ARGS=	--prefix=${PREFIX} --with-openssl=${OPENSSLBASE}
 USE_RC_SUBR=	fossil
 MAKE_JOBS_UNSAFE=yes
 


More information about the svn-ports-all mailing list