aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-bogom
diff options
context:
space:
mode:
Diffstat (limited to 'mail/milter-bogom')
-rw-r--r--mail/milter-bogom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile
index cff96f6e77ac..e54386172fb8 100644
--- a/mail/milter-bogom/Makefile
+++ b/mail/milter-bogom/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bogom
PORTVERSION= 1.9.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.usebox.net/jjm/bogom/ \
http://blackshell.usebox.net/bogom/
@@ -15,7 +15,7 @@ COMMENT= Simple sendmail milter to interface bogofilter
RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter
.if !exists(/usr/lib/libmilter.so)
-LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/sendmail
+LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/libmilter
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
.endif