svn commit: r401772 - branches/2015Q4/security/strongswan

Renato Botelho garga at FreeBSD.org
Mon Nov 16 15:56:58 UTC 2015


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>
 


More information about the svn-ports-all mailing list