diff options
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 71faccb05b84..0bd2cf01c268 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -200,9 +200,8 @@ _REQUIRE+= ypserv .endif .if defined(WITH_VDA) -BROKEN= Does not apply. Waiting to a new version -PATCH_SITES+= http://vda.sourceforge.net/VDA/ -PATCHFILES+= postfix-2.3.7-vda.patch.gz +PATCH_SITES+= http://vda.cvs.sourceforge.net/*checkout*/vda/VDA/ +PATCHFILES+= postfix-2.4.0-vda.patch PATCH_DIST_STRIP= -p1 .endif |