Date: Fri, 29 Mar 2013 23:46:31 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315584 - head/mail/sylpheed Message-ID: <201303292346.r2TNkVHL089483@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Mar 29 23:46:31 2013 New Revision: 315584 URL: http://svnweb.freebsd.org/changeset/ports/315584 Log: This port now needs textproc/aspell to build. Modified: head/mail/sylpheed/Makefile Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Fri Mar 29 23:37:01 2013 (r315583) +++ head/mail/sylpheed/Makefile Fri Mar 29 23:46:31 2013 (r315584) @@ -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/ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303292346.r2TNkVHL089483>