- Don't depend on security/vscan, so skip the problem about compat3x
Noticed by: Peter Jeremy <peterjeremy@optushome.com.au>
This commit is contained in:
parent
957094e6b9
commit
83d8b46765
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195972
1 changed files with 0 additions and 11 deletions
|
@ -17,22 +17,11 @@ COMMENT= A transparent POP3-Proxy with virus-scanning capabilities
|
|||
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
||||
.if !defined(WITHOUT_UVSCAN)
|
||||
RUN_DEPENDS+= uvscan:${PORTSDIR}/security/vscan
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
MAKE_ENV= _LDFLAGS="${LDFLAGS}"
|
||||
SCRIPTS_ENV= PKG_PREFIX=${PREFIX} NONEXISTENT=${NONEXISTENT} PASSWD=/etc/passwd
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(WITHOUT_UVSCAN)
|
||||
@${ECHO}
|
||||
@${ECHO} "Type \"make WITHOUT_UVSCAN=yes\" if you DONT use UVSCAN."
|
||||
@${ECHO}
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/ripmime/ripmime.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue