summaryrefslogtreecommitdiff
path: root/mail/greylite
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:36:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:36:40 +0000
commit3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch)
treecaf481fc0fb12e9f5b4f7e105ea42f01f77c286a /mail/greylite
parentModernize LIB_DEPENDS (diff)
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361728
Diffstat (limited to 'mail/greylite')
-rw-r--r--mail/greylite/Makefile4
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