diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-12 11:07:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-12 11:07:46 +0800 |
commit | 4a3d42b0bd3eebf5a44ce7e642d1f89cef79d2ab (patch) | |
tree | 22a4cf97f421624c8cd75591d91f07cbfc0769ca /mail/Makefile | |
parent | cbc441f53ff38dd4103d58e671b4af84c5421797 (diff) | |
download | freebsd-ports-gnome-4a3d42b0bd3eebf5a44ce7e642d1f89cef79d2ab.tar.gz freebsd-ports-gnome-4a3d42b0bd3eebf5a44ce7e642d1f89cef79d2ab.tar.zst freebsd-ports-gnome-4a3d42b0bd3eebf5a44ce7e642d1f89cef79d2ab.zip |
Add initial revision of port of a patch to stock qmail supporting
SMTP TLS
TLS patch version 20000823
This is a meta port both including and dependent on the main port
qmail Makefile
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 7f2e9aaf71c4..4dbc32db2d74 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -119,6 +119,7 @@ SUBDIR += qmail SUBDIR += qmail-contrib SUBDIR += qmail-ldap + SUBDIR += qmail-tls SUBDIR += qmailadmin SUBDIR += qmailanalog SUBDIR += qpopper |