mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- require Sophos Anit-Virus to be insalled before building the port
- bump PORTREVISION PR: ports/102779 Submitted by: Takefu Reviewed by: Gary Hayers (maintainer)
This commit is contained in:
parent
1bf4e4042e
commit
5fae2ee0a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172684
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= SAVI-Perl
|
PORTNAME= SAVI-Perl
|
||||||
PORTVERSION= 0.30
|
PORTVERSION= 0.30
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= security perl5
|
CATEGORIES= security perl5
|
||||||
MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/
|
MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/
|
||||||
MASTER_SITE_SUBDIR= security
|
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)
|
.if exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so)
|
||||||
FAKELIBDIR=${WRKDIR}/lib
|
FAKELIBDIR=${WRKDIR}/lib
|
||||||
CONFIGURE_ARGS+= LDDLFLAGS='-shared -L ${FAKELIBDIR}'
|
CONFIGURE_ARGS+=LDDLFLAGS='-shared -L ${FAKELIBDIR}'
|
||||||
|
.else
|
||||||
|
IGNORE= "Please install first Sophos Anit-Virus."
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(FAKELIBDIR)
|
.if defined(FAKELIBDIR)
|
||||||
|
|
Loading…
Add table
Reference in a new issue