diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-07-21 03:34:04 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-07-21 03:34:04 +0000 |
commit | 83d8b46765a7c03c822497e6d421cf7f22d95b40 (patch) | |
tree | c451eef6176665b3ac15755b39c490442c78be51 /mail/pop3vscan | |
parent | 957094e6b95970a66348898f85d46db2eb76067f (diff) | |
download | ports-83d8b46765a7c03c822497e6d421cf7f22d95b40.tar.gz ports-83d8b46765a7c03c822497e6d421cf7f22d95b40.zip |
Notes
Diffstat (limited to 'mail/pop3vscan')
-rw-r--r-- | mail/pop3vscan/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/pop3vscan/Makefile b/mail/pop3vscan/Makefile index fe93e31e3d41..aa8d0b4663b9 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 |