diff options
author | rm <rm@FreeBSD.org> | 2012-03-17 04:11:56 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-03-17 04:11:56 +0800 |
commit | e6683c2df2d731f8d1b1b0d8936d6a703a47d4c6 (patch) | |
tree | c08dfcad284b7aab197266c61ec85b62f8d61b87 /mail | |
parent | 22ab05bcc6a7dc5f4b2e1a90f7eddbe22126074d (diff) | |
download | freebsd-ports-gnome-e6683c2df2d731f8d1b1b0d8936d6a703a47d4c6.tar.gz freebsd-ports-gnome-e6683c2df2d731f8d1b1b0d8936d6a703a47d4c6.tar.zst freebsd-ports-gnome-e6683c2df2d731f8d1b1b0d8936d6a703a47d4c6.zip |
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
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 |