wok diff slang/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents 9f2655ff38ef
children 7896f0694ef6
line diff
     1.1 --- a/slang/receipt	Fri May 20 23:03:11 2011 +0000
     1.2 +++ b/slang/receipt	Wed Jun 05 02:41:07 2013 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr  &&
     1.8 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9  	make -j1 && \
    1.10  	make -j1 elf && \
    1.11  	make -j1 static &&