diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-03-30 07:46:31 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-03-30 07:46:31 +0800 |
commit | 339a8b1f6f2b1d5b6e93e3389d8e9ff7f705aefa (patch) | |
tree | bf7feb0b197f74e354f9a73b32c8d20c9444f248 /mail/sylpheed | |
parent | 48d6fcd068e13a8dcf0817c7aac14b8d1ff00a56 (diff) | |
download | freebsd-ports-gnome-339a8b1f6f2b1d5b6e93e3389d8e9ff7f705aefa.tar.gz freebsd-ports-gnome-339a8b1f6f2b1d5b6e93e3389d8e9ff7f705aefa.tar.zst freebsd-ports-gnome-339a8b1f6f2b1d5b6e93e3389d8e9ff7f705aefa.zip |
This port now needs textproc/aspell to build.
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index fc8d16fd0dcf..f2bf19ab9e65 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -3,6 +3,7 @@ PORTNAME= sylpheed PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ CRITICAL @@ -10,6 +11,7 @@ MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client +LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support USE_BZIP2= yes |