diff options
-rw-r--r-- | security/aide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index ad4efb586bce..a392f3087d12 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -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 |