wok rev 6021

Fix: scite (added glib-dev to build depends)
author Alexander Medvedev <devl547@gmail.com>
date Sun Aug 15 11:15:54 2010 +0000 (2010-08-15)
parents 1e6455a554bc
children f039561c816d
files scite/receipt
line diff
     1.1 --- a/scite/receipt	Sun Aug 15 11:13:31 2010 +0000
     1.2 +++ b/scite/receipt	Sun Aug 15 11:15:54 2010 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  SHORT_DESC="Editor with syntax highlighting and source code editing features."
     1.5  MAINTAINER="rcx@zoominternet.net"
     1.6  DEPENDS="gtk+ xorg-libXdamage gcc-lib-base"
     1.7 -BUILD_DEPENDS="gtk+-dev"
     1.8 +BUILD_DEPENDS="gtk+-dev glib-dev"
     1.9  TARBALL="${PACKAGE}${SHORT_VERSION}.tgz"
    1.10  WEB_SITE="http://www.scintilla.org/"
    1.11  WGET_URL="$SF_MIRROR/scintilla/$TARBALL"