# HG changeset patch # User Alexander Medvedev # Date 1281870954 0 # Node ID b6342fd619e17ee098257b719be1234dfb6899ed # Parent 1e6455a554bc320605ff694b2997b52446cb6778 Fix: scite (added glib-dev to build depends) diff -r 1e6455a554bc -r b6342fd619e1 scite/receipt --- a/scite/receipt Sun Aug 15 11:13:31 2010 +0000 +++ b/scite/receipt Sun Aug 15 11:15:54 2010 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Editor with syntax highlighting and source code editing features." MAINTAINER="rcx@zoominternet.net" DEPENDS="gtk+ xorg-libXdamage gcc-lib-base" -BUILD_DEPENDS="gtk+-dev" +BUILD_DEPENDS="gtk+-dev glib-dev" TARBALL="${PACKAGE}${SHORT_VERSION}.tgz" WEB_SITE="http://www.scintilla.org/" WGET_URL="$SF_MIRROR/scintilla/$TARBALL"