diff options
author | ache <ache@FreeBSD.org> | 2006-12-13 19:19:21 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2006-12-13 19:19:21 +0800 |
commit | a84b5e6f2a2d1256727ee99d15a96cd5cb07ed61 (patch) | |
tree | a1bb848ebe69a6d1e2bc1a403d992e8b7b0e3f6d /mail | |
parent | a880450d348d56cabd564bccab4f6db15354bc6c (diff) | |
download | freebsd-ports-gnome-a84b5e6f2a2d1256727ee99d15a96cd5cb07ed61.tar.gz freebsd-ports-gnome-a84b5e6f2a2d1256727ee99d15a96cd5cb07ed61.tar.zst freebsd-ports-gnome-a84b5e6f2a2d1256727ee99d15a96cd5cb07ed61.zip |
Change BUILD_DEPENDS to LIB_DEPENDS for libspf2
Diffstat (limited to 'mail')
-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 |