diff options
author | cy <cy@FreeBSD.org> | 2016-07-28 03:24:26 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-07-28 03:24:26 +0800 |
commit | c4e7387fe5a228ece325c46cfde23de59a94e9bf (patch) | |
tree | 387dfdfbfaaee29205e4e1446d86d042b9115b92 /security | |
parent | 86f7db57bf68cdd10abbc5432bd1f38aade7b6b9 (diff) | |
download | freebsd-ports-gnome-c4e7387fe5a228ece325c46cfde23de59a94e9bf.tar.gz freebsd-ports-gnome-c4e7387fe5a228ece325c46cfde23de59a94e9bf.tar.zst freebsd-ports-gnome-c4e7387fe5a228ece325c46cfde23de59a94e9bf.zip |
Fix breakage caused by r419105.
PR: 211401
Pointy hat to: yours truly
Diffstat (limited to 'security')
-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 |