aboutsummaryrefslogtreecommitdiff
path: root/mail/mail-notification
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-12 23:19:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-12 23:19:03 +0000
commit206fd4d310b1348ee73b948083acd7676a9efe7d (patch)
tree86889224beb9aff9fe079c2afd7f78c3ba409878 /mail/mail-notification
parent1c645f0b880453dc2cd330c868753ea2ae91a865 (diff)
downloadports-206fd4d310b1348ee73b948083acd7676a9efe7d.tar.gz
ports-206fd4d310b1348ee73b948083acd7676a9efe7d.zip
Notes
Diffstat (limited to 'mail/mail-notification')
-rw-r--r--mail/mail-notification/Makefile11
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