Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 17:59:50 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491745 - head/security/ipsec-tools
Message-ID:  <201901311759.x0VHxosn035078@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Jan 31 17:59:50 2019
New Revision: 491745
URL: https://svnweb.freebsd.org/changeset/ports/491745

Log:
  security/ipsec-tools: Only append to BUILD_DEPENDS after bsd.port.pre.mk

Modified:
  head/security/ipsec-tools/Makefile

Modified: head/security/ipsec-tools/Makefile
==============================================================================
--- head/security/ipsec-tools/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
+++ head/security/ipsec-tools/Makefile	Thu Jan 31 17:59:50 2019	(r491745)
@@ -86,7 +86,7 @@ NATT_EXTRA_PATCHES=		${FILESDIR}/natt.diff
 # Need to be patched for openssl-1.1.1 (default after 1200080)
 .if ${OPSYS} == FreeBSD
 .  if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
-BUILD_DEPENDS=	automake>=0:devel/automake
+BUILD_DEPENDS+=	automake>=0:devel/automake
 .  endif
 .endif
 



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