From a49e9a3c48921437b6e9738a31dc306c40d85f95 Mon Sep 17 00:00:00 2001 From: niels Date: Mon, 15 Mar 2010 21:31:18 +0000 Subject: Committed patch which improves the Sophos AV shared library check PR: ports/143047 Reviewed by: Gary J. Hayers (maintainer) Approved by: itetcu (mentor) --- security/p5-SAVI-Perl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/p5-SAVI-Perl') diff --git a/security/p5-SAVI-Perl/Makefile b/security/p5-SAVI-Perl/Makefile index fbf15e47b970..cfb46b125795 100644 --- a/security/p5-SAVI-Perl/Makefile +++ b/security/p5-SAVI-Perl/Makefile @@ -6,7 +6,7 @@ PORTNAME= SAVI-Perl PORTVERSION= 0.30 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security perl5 MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/ MASTER_SITE_SUBDIR= security @@ -25,8 +25,8 @@ ONLY_FOR_ARCHS= i386 amd64 .if exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so) FAKELIBDIR=${WRKDIR}/lib CONFIGURE_ARGS+=LDDLFLAGS='-shared -L ${FAKELIBDIR}' -.else -IGNORE= "Please install first Sophos Anit-Virus." +.elif !exists(${PREFIX}/lib/libsavi.so) +IGNORE= please install Sophos Anti-Virus first .endif .if defined(FAKELIBDIR) -- cgit