diff options
author | garga <garga@FreeBSD.org> | 2009-07-10 21:45:35 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-07-10 21:45:35 +0800 |
commit | bbdbea5b3c6bd7b2aa90b02ba30982eff1931ff6 (patch) | |
tree | 70b8f71325876575d82e5a7351629bafeebc7529 /mail/postfix28/Makefile | |
parent | 1057204e0edb96972042fc693c88757d75714118 (diff) | |
download | freebsd-ports-gnome-bbdbea5b3c6bd7b2aa90b02ba30982eff1931ff6.tar.gz freebsd-ports-gnome-bbdbea5b3c6bd7b2aa90b02ba30982eff1931ff6.tar.zst freebsd-ports-gnome-bbdbea5b3c6bd7b2aa90b02ba30982eff1931ff6.zip |
- un-IGNORE VDA patch for version 2.6.2
- no PORTVERSION bump necessary since this option is off by default
PR: ports/135902
Submitted by: Sahil Tandon <sahil@tandon.net>
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 9aa8a6de1e5d..9b0ef79fc94f 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -196,7 +196,6 @@ _REQUIRE+= ypserv .endif .if defined(WITH_VDA) -IGNORE= wait for a new VDA patch that works with ${PORTVERSION} PATCH_SITES+= http://vda.sourceforge.net/VDA/ PATCHFILES+= postfix-${PORTVERSION}-vda-ng.patch.gz PATCH_DIST_STRIP= -p1 |