wok diff ghostscript/receipt @ rev 6261

Up: xorg-libXau, xorg-libXau-dev to 1.0.6. Fix typo in xorg-libXau-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 14 14:10:10 2010 +0000 (2010-09-14)
parents 627d16bb5e3e
children e17e83137164
line diff
     1.1 --- a/ghostscript/receipt	Sun Mar 21 11:28:25 2010 +0100
     1.2 +++ b/ghostscript/receipt	Tue Sep 14 14:10:10 2010 +0000
     1.3 @@ -31,7 +31,7 @@
     1.4  		--enable-gtk \
     1.5  		--with-fontpath=/usr/share/fonts/truetype/:/usr/share/fonts \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install soinstall
    1.10  	
    1.11  }