diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-12-13 11:19:21 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-12-13 11:19:21 +0000 |
commit | 098d37deba475662c6157eb480a01a933eeac06c (patch) | |
tree | 3c0bce4c3bffb0809c1d3d6149ffe3c68432360f /mail/milter-greylist | |
parent | c81acb82503e0d285b17c95283d4b3e40a38f672 (diff) | |
download | ports-098d37deba475662c6157eb480a01a933eeac06c.tar.gz ports-098d37deba475662c6157eb480a01a933eeac06c.zip |
Notes
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r-- | mail/milter-greylist/Makefile | 2 |
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 |