diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-01 08:00:24 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-01 08:00:24 +0800 |
commit | a436dd0a0bdbd2f7610ffc4493332b0f1df755ca (patch) | |
tree | e935ccc38cd2652f771858164a94454ea5d6a4f5 /mail/mail-notification | |
parent | 5e5905e96bab41679e38b5ce97c3119a36abeb2e (diff) | |
download | freebsd-ports-gnome-a436dd0a0bdbd2f7610ffc4493332b0f1df755ca.tar.gz freebsd-ports-gnome-a436dd0a0bdbd2f7610ffc4493332b0f1df755ca.tar.zst freebsd-ports-gnome-a436dd0a0bdbd2f7610ffc4493332b0f1df755ca.zip |
- Update ports affected by mail/gmime2 update
- portlint(1)
Diffstat (limited to 'mail/mail-notification')
-rw-r--r-- | mail/mail-notification/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 3f479b73d1e4..6caa3f2a3f5a 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -7,7 +7,7 @@ PORTNAME= mail-notification PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= mailnotify MAINTAINER= jylefort@FreeBSD.org COMMENT= A mail notification for freedesktop.org-compliant system trays -USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack eel2 GNU_CONFIGURE= yes @@ -86,7 +85,7 @@ CONFIGURE_ARGS+= --disable-sylpheed || defined(WITH_POP3) \ || defined(WITH_IMAP) \ || defined(WITH_SYLPHEED) -LIB_DEPENDS+= gmime-2.0:${PORTSDIR}/mail/gmime2 +LIB_DEPENDS+= gmime-2.0.4:${PORTSDIR}/mail/gmime2 .endif .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --disable-ssl |