Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 15:56:57 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r401772 - branches/2015Q4/security/strongswan
Message-ID:  <201511161556.tAGFuv9i037263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Nov 16 15:56:56 2015
New Revision: 401772
URL: https://svnweb.freebsd.org/changeset/ports/401772

Log:
  Unbreak security/strongswan on 2015Q4 branch adding ${PORTSDIR} back to
  vstr dependency line
  
  Approved by:	ports-secteam (feld implicit)
  Pointy hat to:	garga

Modified:
  branches/2015Q4/security/strongswan/Makefile

Modified: branches/2015Q4/security/strongswan/Makefile
==============================================================================
--- branches/2015Q4/security/strongswan/Makefile	Mon Nov 16 15:47:47 2015	(r401771)
+++ branches/2015Q4/security/strongswan/Makefile	Mon Nov 16 15:56:56 2015	(r401772)
@@ -98,7 +98,7 @@ XAUTH_CONFIGURE_ON=	--enable-xauth-eap -
 BUILTIN_CONFIGURE_ON=	--with-printf-hooks=builtin
 LIBC_CONFIGURE_ON=	--with-printf-hooks=glibc
 VSTR_CONFIGURE_ON=	--with-printf-hooks=vstr
-VSTR_LIB_DEPENDS=	libvstr.so:devel/vstr
+VSTR_LIB_DEPENDS=	libvstr.so:${PORTSDIR}/devel/vstr
 
 .include <bsd.port.options.mk>
 



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