Date: 29 Sep 2002 17:26:18 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Martin =?ISO-8859-1?Q?Klaffenb=F6ck?= <martin.klaffenboeck@gmx.at> Cc: gnome@FreeBSD.ORG Subject: Re: options for the Makefile? Message-ID: <1033334782.359.13.camel@gyros.marcuscom.com> In-Reply-To: <1033323808.484.67.camel@martin> References: <1033323808.484.67.camel@martin>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2002-09-29 at 14:23, Martin Klaffenb=F6ck wrote: > Hello, >=20 > What do I have to set if I have the following dependencies for my new > port? >=20 > GTK+.2.0.x > LIBGNOMEUI-2.0.x > LIBXML-2.4.x > LIBGNOMEPRINT-0.115 > LIBGNOMECANVAS-2.0.x > GDK-PIXBUF-2.0.x >=20 > I use the following right now: >=20 > LIB_DEPENDS=3D xml2.5:${PORTSDIR}/textproc/libxml2 > USE_GNOMENG=3D yes >=20 > but I'm not sure about the rest, because I don't know what exactly can > be switched with: > USE_GNOME=3D gnomeprefix gnomehack Chances are, these are correct options. I'd have to look at the port more to be sure. > (I don't use that right now in my port) >=20 > Please tell me the things I have to set up for this dependencies... You should be okay by just adding dependencies on libgnomeui, and libgnomeprint. However, I find that most GNOME 2 applications that depend on libgnomeprint also depend on libgnomeprintui. So: LIB_DEPENDS=3D gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ gnome-print-2.0:${PORTSDIR}/print/libgnomeprint Joe >=20 > Martin >=20 >=20 >=20 > --=20 > Martin Klaffenb=F6ck <martin.klaffenboeck@gmx.at> >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1033334782.359.13.camel>