diff options
author | pav <pav@FreeBSD.org> | 2004-11-13 07:19:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-13 07:19:03 +0800 |
commit | 725092e397b6065f0dd4d997589158ce1bcae609 (patch) | |
tree | 12f0793e26f7b5d284ced947d602187879f41192 /mail | |
parent | fc9e3e840cde3c7940239b39e4dc1d9c37b8bdee (diff) | |
download | freebsd-ports-gnome-725092e397b6065f0dd4d997589158ce1bcae609.tar.gz freebsd-ports-gnome-725092e397b6065f0dd4d997589158ce1bcae609.tar.zst freebsd-ports-gnome-725092e397b6065f0dd4d997589158ce1bcae609.zip |
- Enable Gmail support
PR: ports/73876
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-notification/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 5dba4d1c6e5d..2f9b4deedd75 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -7,7 +7,7 @@ PORTNAME= mail-notification PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify @@ -69,12 +69,11 @@ WITHOUT_MIME= yes .if defined(WITHOUT_SYLPHEED) CONFIGURE_ARGS+= --disable-sylpheed .endif -# .if defined(WITHOUT_GMAIL) -WITHOUT_GMAIL= yes # depends on libsoup-2.2, which is in Marcus's CVS +.if defined(WITHOUT_GMAIL) CONFIGURE_ARGS+= --disable-gmail -# .else -# LIB_DEPENDS+= soup-2.2:${PORTSDIR}/devel/libsoup -# .endif +.else +LIB_DEPENDS+= soup-2.2:${PORTSDIR}/devel/libsoup +.endif .if defined(WITHOUT_MIME) CONFIGURE_ARGS+= --disable-mime .else |