diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-28 08:50:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-28 08:50:45 +0800 |
commit | 31ca10e148f3d72497883180699a89dd6dbeabf7 (patch) | |
tree | 9f360eb1c352032c50078009bf76ba839d4bc082 /mail/claws-mail-notification | |
parent | ad75e915b061979d5e139be8d39e284f7bcf3dba (diff) | |
download | freebsd-ports-gnome-31ca10e148f3d72497883180699a89dd6dbeabf7.tar.gz freebsd-ports-gnome-31ca10e148f3d72497883180699a89dd6dbeabf7.tar.zst freebsd-ports-gnome-31ca10e148f3d72497883180699a89dd6dbeabf7.zip |
- Bump PORTREVISION after claws-mail update
Approved by: maintainer implicit
Diffstat (limited to 'mail/claws-mail-notification')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index b8a03a68b144..708dda9c6a81 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -7,6 +7,7 @@ PORTNAME= notification PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,8 +17,8 @@ MAINTAINER= c0rn@o2.pl COMMENT= New/unread mail notification plugin for claws-mail LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify -BUILD_DEPENDS= claws-mail>=3.3.0:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.3.0:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.3.1:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.3.1:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes |