wok diff fox14/receipt @ rev 12597

glib: Make sure glib-compile-schemas is in glib not glib-dev. Needed for evince and smplayer to work.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 28 21:51:35 2012 +0000 (2012-04-28)
parents 51887f399d86
children 75463dec493b
line diff
     1.1 --- a/fox14/receipt	Tue Mar 15 17:35:05 2011 +0000
     1.2 +++ b/fox14/receipt	Sat Apr 28 21:51:35 2012 +0000
     1.3 @@ -24,7 +24,7 @@
     1.4  		--mandir=/usr/share/man \
     1.5  		--with-xft \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make -j 4 &&
     1.8 +	make $MAKEFLAGS &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11