From fb80eeb49fb1a2dbaa4a5aedf8735597a3a6d6c1 Mon Sep 17 00:00:00 2001 From: leeym Date: Sat, 21 Jul 2007 03:34:04 +0000 Subject: - Don't depend on security/vscan, so skip the problem about compat3x Noticed by: Peter Jeremy --- mail/pop3vscan/Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'mail/pop3vscan') diff --git a/mail/pop3vscan/Makefile b/mail/pop3vscan/Makefile index fe93e31..aa8d0b4 100644 --- a/mail/pop3vscan/Makefile +++ b/mail/pop3vscan/Makefile @@ -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 -- cgit v1.1