From 5fae2ee0a313b590af3dcb29e77a9a4f97a4fe1a Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 10 Sep 2006 09:18:54 +0000 Subject: [PATCH] - require Sophos Anit-Virus to be insalled before building the port - bump PORTREVISION PR: ports/102779 Submitted by: Takefu Reviewed by: Gary Hayers (maintainer) --- security/p5-SAVI-Perl/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/p5-SAVI-Perl/Makefile b/security/p5-SAVI-Perl/Makefile index 8e519ae0a5cc..784b9933b8a5 100644 --- a/security/p5-SAVI-Perl/Makefile +++ b/security/p5-SAVI-Perl/Makefile @@ -6,7 +6,7 @@ PORTNAME= SAVI-Perl PORTVERSION= 0.30 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/ MASTER_SITE_SUBDIR= security @@ -30,7 +30,9 @@ IGNORE= requires perl 5.6 or newer. Upgrade your perl and try again. \ .if exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so) FAKELIBDIR=${WRKDIR}/lib -CONFIGURE_ARGS+= LDDLFLAGS='-shared -L ${FAKELIBDIR}' +CONFIGURE_ARGS+=LDDLFLAGS='-shared -L ${FAKELIBDIR}' +.else +IGNORE= "Please install first Sophos Anit-Virus." .endif .if defined(FAKELIBDIR)