diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-09-16 17:35:40 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-09-16 17:35:40 +0800 |
commit | 85d7a5f73b5d646d12dff81080c89166b7346a7b (patch) | |
tree | 8520d6a4708deb7044c93eca4f39697e759ce261 /mail/exim/Makefile | |
parent | 8d6e38a58877239f7d0467e85a22e5bc4dce4a82 (diff) | |
download | freebsd-ports-gnome-85d7a5f73b5d646d12dff81080c89166b7346a7b.tar.gz freebsd-ports-gnome-85d7a5f73b5d646d12dff81080c89166b7346a7b.tar.zst freebsd-ports-gnome-85d7a5f73b5d646d12dff81080c89166b7346a7b.zip |
Enable IPV6 unless WITHOUT_IPV6 is defined.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index b5d4a5710276..e0da03e3219a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ http://www.exim.org/ftp/exim4/ \ |