diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /security/samba-vscan/Makefile | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'security/samba-vscan/Makefile')
-rw-r--r-- | security/samba-vscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/samba-vscan/Makefile b/security/samba-vscan/Makefile index b6fbb168e01d..a760fb152edb 100644 --- a/security/samba-vscan/Makefile +++ b/security/samba-vscan/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba-vscan PORTVERSION= 0.3.6c -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.openantivirus.org/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-beta5 @@ -31,7 +31,7 @@ OPTIONS= VSCAN_ANTIVIR "for use with AntiVir" off \ PORTDOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 VSCAN_SAMBA_PORT?= samba3 SAMBA_WRKSRC!= cd ${.CURDIR}/../../net/${VSCAN_SAMBA_PORT}; ${MAKE} -V WRKSRC HAS_CONFIGURE= yes |