Bernd Ahlers <[EMAIL PROTECTED]> wrote: > Index: Makefile > =================================================================== > RCS file: /cvs/ports/mail/sylpheed/Makefile,v > retrieving revision 1.57 > diff -u -u -r1.57 Makefile > --- Makefile 10 Sep 2005 18:26:20 -0000 1.57 > +++ Makefile 19 Sep 2005 17:55:36 -0000 > @@ -2,24 +2,30 @@ > > COMMENT= "mail/news client in gtk+" > > -VERSION= 1.0.4 > +VERSION= 2.0.1
Let's remove this var as it's only used once. > DISTNAME= sylpheed-${VERSION} > CATEGORIES= mail news x11 > HOMEPAGE= http://sylpheed.good-day.net > > MAINTAINER= Damien Couderc <[EMAIL PROTECTED]> > > -LIB_DEPENDS= gdk_pixbuf.2::graphics/gdk-pixbuf > - > # GPL > PERMIT_PACKAGE_CDROM= Yes > PERMIT_PACKAGE_FTP= Yes > PERMIT_DISTFILES_CDROM= Yes > PERMIT_DISTFILES_FTP= Yes > -WANTLIB= X11 Xext Xi c crypto gdk glib gmodule gtk iconv intl \ > - jpeg m png pthread ssl tiff z > +WANTLIB= X11 Xft Xrender atk-1.0.0.0 c \ > + crypto fontconfig freetype glib-2.0.0.0 gdk-x11-2.0.0.0 \ > + gdk_pixbuf-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \ > + gtk-x11-2.0.0.0 iconv intl m pthread pango-1.0.0.0 \ > + pangox-1.0.0.0 pangoft2-1.0.0.0 pangoxft-1.0.0.0 ssl I would prefer to use MODULES=devel/gettext instead of WANTLIB=iconv intl as WANTLIBs are remove from pkg on static arches and there are some run-time dependencies here (just check devel/gettext MODULE). Other than that, it looks OK. Alek -- Spieranie się z zakochanym, to jak próba osuszenia oceanu łyżką. -- Stephen King, Powołanie Trójki