From e3870d7a925ae233930bec832f1bba404910cfc9 Mon Sep 17 00:00:00 2001 From: arved Date: Thu, 2 Jan 2003 19:39:00 +0000 Subject: Update to 0.8.8 PR: 46561 Submitted by: Oliver Lehmann (maintainer) Reviewed by: Miguel Mendez --- mail/sylpheed2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/sylpheed2/Makefile') diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index ed00bca9ba2..9012a3a3c70 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.8 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -22,7 +22,8 @@ USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext +CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext \ + --program-transform-name='' .include -- cgit