summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-10 09:18:54 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-10 09:18:54 +0000
commit5fae2ee0a313b590af3dcb29e77a9a4f97a4fe1a (patch)
tree0b17b8349bece6b7875a00477c86814d1879cd55 /security
parentTalkSoup is a GNUstep IRC client built on the extensibility of the (diff)
- require Sophos Anit-Virus to be insalled before building the port
- bump PORTREVISION PR: ports/102779 Submitted by: Takefu Reviewed by: Gary Hayers (maintainer)
Notes
Notes: svn path=/head/; revision=172684
Diffstat (limited to 'security')
-rw-r--r--security/p5-SAVI-Perl/Makefile6
1 files 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)