diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-03-16 20:11:56 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-03-16 20:11:56 +0000 |
commit | 8a1c3ff3088882c97c7a9a7ee1ae84a39b3c2514 (patch) | |
tree | d8c065db31f0ed9457752ee82f6d8575010241f3 /mail | |
parent | 4e695f488e354c9de28b9cbde61e445e3b40553b (diff) | |
download | ports-8a1c3ff3088882c97c7a9a7ee1ae84a39b3c2514.tar.gz ports-8a1c3ff3088882c97c7a9a7ee1ae84a39b3c2514.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 2 | ||||
-rw-r--r-- | mail/dbmail22/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index e5f3b461b950..c61c5b2ed9a2 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -88,7 +88,7 @@ SUBDIR += dbmail SUBDIR += dbmail20 SUBDIR += dbmail21 - SUBDIR += dbmail22 +# SUBDIR += dbmail22 SUBDIR += dbmail23 SUBDIR += dcc-dccd SUBDIR += delatt diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index 63cd45e405a0..53941e08ecae 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -23,6 +23,7 @@ OPTIONS= MYSQL "Build with MySQL support" on \ SIEVE "Build w. support for Sieve mail sorting language" off \ LDAP "Build with support for LDAP authentication" off +LATEST_LINK= dbmail22 USE_AUTOTOOLS= libtool USE_GMAKE= YES USE_LDCONFIG= ${PREFIX}/lib/dbmail |