Forgot to add pcre library

from sthen@, thanks !
This commit is contained in:
benoit 2016-08-30 06:21:31 +00:00
parent 4592176989
commit 7f544f60e5

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.23 2016/08/03 06:38:47 benoit Exp $
# $OpenBSD: Makefile,v 1.24 2016/08/30 06:21:31 benoit Exp $
COMMENT= Advanced Intrusion Detection Environment
DISTNAME= aide-0.16
CATEGORIES= security
REVISION = 0
HOMEPAGE= http://sourceforge.net/projects/aide
@ -13,6 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
BUILD_DEPENDS= devel/bison \
devel/pcre \
security/mhash
USE_GMAKE= Yes