aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/antivirus-milter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/antivirus-milter/Makefile b/mail/antivirus-milter/Makefile
index 8f42d90b2d8f..f1fe3d52bd54 100644
--- a/mail/antivirus-milter/Makefile
+++ b/mail/antivirus-milter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= antivirus
PORTVERSION= 3.30
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.nmt.edu/~wcolburn/antivirus/
@@ -38,6 +38,7 @@ MAKE_ENV+= SENDMAILBASE="${SENDMAILBASE}" \
.if !defined(SENDMAIL_MILTER_IN_BASE)
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= ${LDFLAGS}
SENDMAILBASE= ${LOCALBASE}
SENDMAILOBJ= ${LOCALBASE}
.else