diff options
Diffstat (limited to 'mail/greylite/Makefile')
-rw-r--r-- | mail/greylite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile index 29fccab990d3..0a6987b55e92 100644 --- a/mail/greylite/Makefile +++ b/mail/greylite/Makefile @@ -31,12 +31,12 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGEOIP} -LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP MAKE_ARGS+= WITH_GEOIP=yep .endif .if ${PORT_OPTIONS:MDNSBLENV} -LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares +LIB_DEPENDS+= libcares.so:${PORTSDIR}/dns/c-ares MAKE_ARGS+= WITH_DNSBLENV=yep PLIST_SUB+= DNSBLENV="" .else |