svn commit: r491745 - head/security/ipsec-tools

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 31 17:59:51 UTC 2019


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
 


More information about the svn-ports-head mailing list