wok diff freetype1-dev/receipt @ rev 10970

fcitx: Removed libfcitx from BUILD_DEPEND. libfcitx is a wanted package for fcitx so it shouldn't be a BUILD_DEPEND.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 12:36:01 2011 +0000 (2011-10-12)
parents 28148b876a49
children df4f81596226
line diff
     1.1 --- a/freetype1-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
     1.2 +++ b/freetype1-dev/receipt	Wed Oct 12 12:36:01 2011 +0000
     1.3 @@ -14,5 +14,5 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/lib
     1.6  	cp -a $_pkg/usr/include $fs/usr
     1.7 -	cp -a $_pkg/usr/share $fs/usr
     1.8 +	cp -a $_pkg/usr/lib/*a $fs/usr
     1.9  }