aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-12-20 13:01:12 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-12-20 13:01:12 +0000
commit5b2e09dfd2bc5be636a907efd879f60740b3d9bf (patch)
treedc9181e9972ba38e485b1ccd67fe0640965ec843 /mail
parent8541d9ee32f2aa5c74bb1aa08967d20298ca56a8 (diff)
downloadports-5b2e09dfd2bc5be636a907efd879f60740b3d9bf.tar.gz
ports-5b2e09dfd2bc5be636a907efd879f60740b3d9bf.zip
Notes
Diffstat (limited to 'mail')
-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