summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2006-12-13 11:19:21 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2006-12-13 11:19:21 +0000
commit098d37deba475662c6157eb480a01a933eeac06c (patch)
tree3c0bce4c3bffb0809c1d3d6149ffe3c68432360f /mail
parentUpdate for version 1.10 (diff)
Change BUILD_DEPENDS to LIB_DEPENDS for libspf2
Notes
Notes: svn path=/head/; revision=179648
Diffstat (limited to 'mail')
-rw-r--r--mail/milter-greylist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index 765cd105aa32..bbe869218e0f 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -58,7 +58,7 @@ MILTERBASE?= ${LOCALBASE}
.if ${OSVERSION} < 502102
IGNORE= Using libspf2 requires a thread safe resolver
.else
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libspf2.so:${PORTSDIR}/mail/libspf2
+LIB_DEPENDS+= spf2.2:${PORTSDIR}/mail/libspf2
CONFIGURE_ARGS+= --with-libspf2=${LOCALBASE}
.endif
.endif