aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed2/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-02 19:39:00 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-02 19:39:00 +0000
commit6521fd4da5bf264cbffddc25b1469246948381d2 (patch)
tree89b5f5cc97868398fc3419798269d8493b1a41a8 /mail/sylpheed2/Makefile
parentcff16e3928514749f01f78399db6e69f46036010 (diff)
downloadports-6521fd4da5bf264cbffddc25b1469246948381d2.tar.gz
ports-6521fd4da5bf264cbffddc25b1469246948381d2.zip
Notes
Diffstat (limited to 'mail/sylpheed2/Makefile')
-rw-r--r--mail/sylpheed2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile
index ed00bca9ba21..9012a3a3c702 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 <bsd.port.pre.mk>