aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-SAVI-Perl
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-09-10 17:18:54 +0800
committeritetcu <itetcu@FreeBSD.org>2006-09-10 17:18:54 +0800
commit71fca0482d56ca1f675f89cc7237f976d93f3faf (patch)
tree61eb4ed0621b58800fb9e9f77dde308992bde940 /security/p5-SAVI-Perl
parent112e02b17d8a675ba09cc7f99d5e36340959f429 (diff)
downloadfreebsd-ports-gnome-71fca0482d56ca1f675f89cc7237f976d93f3faf.tar.gz
freebsd-ports-gnome-71fca0482d56ca1f675f89cc7237f976d93f3faf.tar.zst
freebsd-ports-gnome-71fca0482d56ca1f675f89cc7237f976d93f3faf.zip
- require Sophos Anit-Virus to be insalled before building the port
- bump PORTREVISION PR: ports/102779 Submitted by: Takefu Reviewed by: Gary Hayers (maintainer)
Diffstat (limited to 'security/p5-SAVI-Perl')
-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)