Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2016 19:24:26 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419192 - head/security/aide
Message-ID:  <201607271924.u6RJOQCK063682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jul 27 19:24:26 2016
New Revision: 419192
URL: https://svnweb.freebsd.org/changeset/ports/419192

Log:
  Fix breakage caused by r419105.
  
  PR:		211401
  Pointy hat to:	yours truly

Modified:
  head/security/aide/Makefile

Modified: head/security/aide/Makefile
==============================================================================
--- head/security/aide/Makefile	Wed Jul 27 19:11:50 2016	(r419191)
+++ head/security/aide/Makefile	Wed Jul 27 19:24:26 2016	(r419192)
@@ -10,7 +10,8 @@ MASTER_SITES=	SF \
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Replacement and extension for Tripwire
 
-LIB_DEPENDS=	libmhash.so:security/mhash
+LIB_DEPENDS=	libmhash.so:security/mhash \
+		libpcre.so:devel/pcre
 
 USES=		autoreconf bison gmake
 



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