From edcca306ffb10afc12b36bba6d48634fb9cae623 Mon Sep 17 00:00:00 2001 From: sturm Date: Sat, 8 Jul 2006 08:49:38 +0000 Subject: [PATCH] unbreak build by not picking up gtkspell --- mail/sylpheed/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 9a9c911c100..52dce5e9259 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.62 2006/06/07 20:33:44 couderc Exp $ +# $OpenBSD: Makefile,v 1.63 2006/07/08 08:49:38 sturm Exp $ COMMENT= "mail/news client in gtk+" VERSION= 2.2.5 DISTNAME= sylpheed-${VERSION} -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= mail news x11 -HOMEPAGE= http://sylpheed.good-day.net +HOMEPAGE= http://sylpheed.good-day.net/ MAINTAINER= Damien Couderc @@ -30,7 +30,7 @@ MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --enable-ssl --enable-ipv6 \ - --disable-imlib + --disable-gtkspell --disable-imlib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -pthread"