diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-08-11 23:10:14 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-08-11 23:10:14 +0000 |
commit | 61538b6916c62440075176e17486cc677025cebf (patch) | |
tree | d5a77968b65de809b20dd5df5ef191e64b00ada0 /mail/mail-notification/Makefile | |
parent | 2a2ea79881b752eaf1521724d0be6ee856a6b195 (diff) | |
download | ports-61538b6916c62440075176e17486cc677025cebf.tar.gz ports-61538b6916c62440075176e17486cc677025cebf.zip |
Notes
Diffstat (limited to 'mail/mail-notification/Makefile')
-rw-r--r-- | mail/mail-notification/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index c7278aacdeaa..c5c6639de148 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -60,6 +60,9 @@ WITHOUT_SASL= yes .endif .if defined(WITHOUT_GMAIL) CONFIGURE_ARGS+= --disable-gmail +PLIST_SUB+= GMAIL="@comment " +.else +PLIST_SUB+= GMAIL="" .endif .if defined(WITHOUT_EVOLUTION) CONFIGURE_ARGS+= --disable-evolution |