diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-03-15 21:31:18 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-03-15 21:31:18 +0000 |
commit | 3ce088bca2cfb6a05765f26ad4b6cc0d3b09bdc3 (patch) | |
tree | 2ea651d2249d20596eaa04166b626fc3e9e7573e /security/p5-SAVI-Perl | |
parent | - Upgrade to sqlmap 0.7 (many new features) (diff) |
Committed patch which improves the Sophos AV shared library check
PR: ports/143047
Reviewed by: Gary J. Hayers (maintainer)
Approved by: itetcu (mentor)
Notes
Notes:
svn path=/head/; revision=251103
Diffstat (limited to 'security/p5-SAVI-Perl')
-rw-r--r-- | security/p5-SAVI-Perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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) |