diff options
author | roam <roam@FreeBSD.org> | 2009-06-15 20:10:15 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2009-06-15 20:10:15 +0800 |
commit | 3352519f335173fc0b9e1624c1df6f927d1f49a7 (patch) | |
tree | b8edc1077d211163e4a7158988e008378333bbda /mail | |
parent | f766ec4f76d83f0a88d72502d256b98c9712c522 (diff) | |
download | freebsd-ports-gnome-3352519f335173fc0b9e1624c1df6f927d1f49a7.tar.gz freebsd-ports-gnome-3352519f335173fc0b9e1624c1df6f927d1f49a7.tar.zst freebsd-ports-gnome-3352519f335173fc0b9e1624c1df6f927d1f49a7.zip |
Well, yeah, leave it to me to test an update and all dependent ports,
notify maintainers, wait for a couple of days, and then only commit
the update itself, leaving the dependent ports un-updated :(
Bump the shared lib dependency on ports touched by the c-ares update.
Pointy hat to: roam (myself)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/greylite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile index e96aea56e2a8..c2281a453623 100644 --- a/mail/greylite/Makefile +++ b/mail/greylite/Makefile @@ -7,6 +7,7 @@ PORTNAME= greylite PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://mij.oltrelinux.com/net/greylite/releases/ @@ -37,7 +38,7 @@ MAKE_ARGS+= WITH_GEOIP=yep .if !defined(WITHOUT_DNSBLENV) LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares -MAKE_ARGS+= WITH_DNSBLENV=yep WITH_CARES14=yep +MAKE_ARGS+= WITH_DNSBLENV=yep PLIST_SUB+= DNSBLENV="" .else PLIST_SUB+= DNSBLENV="@comment " |