From 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 13 Jul 2014 23:36:40 +0000 Subject: Modernize LIB_DEPENDS With hat: portmgr --- mail/greylite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/greylite') 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 .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 -- cgit v1.2.3