wok diff scite/receipt @ rev 5995

jpeg: Upgrade to 8b
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 14:18:40 2010 +0000 (2010-08-14)
parents 1d8e4936f96b
children 3ffa2622d469
line diff
     1.1 --- a/scite/receipt	Thu Jan 21 23:09:20 2010 +0100
     1.2 +++ b/scite/receipt	Sat Aug 14 14:18:40 2010 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Editor with syntax highlighting and source code editing features."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="gtk+ xorg-libXdamage"
     1.8 +DEPENDS="gtk+ xorg-libXdamage gcc-lib-base"
     1.9  BUILD_DEPENDS="gtk+-dev"
    1.10  TARBALL="${PACKAGE}${SHORT_VERSION}.tgz"
    1.11  WEB_SITE="http://www.scintilla.org/"
    1.12 @@ -22,7 +22,7 @@
    1.13  
    1.14  	# Build SciTE
    1.15  	cd scite/gtk
    1.16 -	make GTK2=1 prefix=/usr
    1.17 +	make GTK2=1 prefix=/usr &&
    1.18  	make prefix=/usr DESTDIR=$src/_pkg install
    1.19  }
    1.20