[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mldonkey no_x11




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