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/dbmail22/Makefile | |
parent | 4e695f488e354c9de28b9cbde61e445e3b40553b (diff) |
Add LATEST_LINK and disconnect mail/dbmail22 from the build until I finish with
updating of mail/dbmail to fix INDEX. Apologies.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293425
Diffstat (limited to 'mail/dbmail22/Makefile')
-rw-r--r-- | mail/dbmail22/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |