aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-bogom
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2016-02-26 08:47:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2016-02-26 08:47:18 +0000
commit64e12330a837194d0401b7676351b6a6390d40ca (patch)
tree272759ebfee31117785c9d5e20e1ecf7f178b20b /mail/milter-bogom
parent39faf787cdaf1b053726f167c9a96f76844e755b (diff)
downloadports-64e12330a837194d0401b7676351b6a6390d40ca.tar.gz
ports-64e12330a837194d0401b7676351b6a6390d40ca.zip
- set dependency to libmilter, bump PORTREVISION
Notes
Notes: svn path=/head/; revision=409590
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