svn commit: r419192 - head/security/aide

Cy Schubert cy at FreeBSD.org
Wed Jul 27 19:24:27 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list