diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-01-08 01:44:23 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-01-08 01:44:23 +0000 |
commit | 45fe91fc9d3ffbf2b2ebe3fcb7629804dd4ffe14 (patch) | |
tree | f2def0d866471e32da36cf85e98db79f2a8e20e4 /security/yara/Makefile | |
parent | ec420c8dfdba42dcf37d5f663903453642a9d464 (diff) |
Notes
Diffstat (limited to 'security/yara/Makefile')
-rw-r--r-- | security/yara/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/yara/Makefile b/security/yara/Makefile index 1b5c3246e587..f23da2a07df1 100644 --- a/security/yara/Makefile +++ b/security/yara/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yara -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= security MASTER_SITES= GOOGLE_CODE @@ -22,6 +22,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= "--with-re2" USE_LDCONFIG= yes +USE_CSTD= gnu89 MAN1= yara.1 |