[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mldonkey no_x11
- To: ports@openbsd.org
- Subject: mldonkey no_x11
- From: julien Touche <julien.touche@lycos.com>
- Date: Mon, 01 Sep 2003 16:16:40 +0200
- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
a patch to get mldonkey without x11 as Flavor.
note than before 'FLAVOR=no_x11 make install', i have to call gmake at
hand because i have no binary *.byte in w-mldonley*/mldonkey*/
Regards
Julien
25d24
< BUILD_DEPENDS=::x11/lablgtk
26a26,35
>
> FLAVORS= no_x11
> FLAVOR?=
>
> .if ${FLAVOR:L:Mno_x11}
> CONFIGURE_ARGS+= --disable-gui
> .else
> BUILD_DEPENDS=::x11/lablgtk
> USE_X11= Yes
> .endif