On Thu, 31 Mar 2011, Marco Peereboom wrote: > anyone? > > On Wed, Mar 30, 2011 at 05:47:10PM -0500, Marco Peereboom wrote: > > ok?
Any reason this is needed? I mean, is it needed to display icons at all? Also, why the BUILD_DEPENDS? > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/www/xxxterm/Makefile,v > > retrieving revision 1.14 > > diff -u -p -r1.14 Makefile > > --- Makefile 2 Mar 2011 16:07:36 -0000 1.14 > > +++ Makefile 30 Mar 2011 22:44:46 -0000 > > @@ -2,7 +2,7 @@ > > > > COMMENT = vi-like minimalists web browser > > DISTNAME = xxxterm-1.339 > > -REVISION = 0 > > +REVISION = 1 > > CATEGORIES = www > > > > HOMEPAGE = http://opensource.conformal.com/wiki/XXXTerm > > @@ -24,6 +24,9 @@ WANTLIB += glib-2.0 gmodule-2.0 gnutls g > > WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 > > WANTLIB += pixman-1 png pthread pthread-stubs soup-2.4 util webkit-1.0 > > WANTLIB += xcb xcb-render xcb-shm xml2 z > > + > > +BUILD_DEPENDS = ${RUN_DEPENDS} > > +RUN_DEPENDS = x11/gnome/icon-theme > > > > MASTER_SITES = > > http://opensource.conformal.com/snapshots/xxxterm/ > > > > > > -- Antoine