# HG changeset patch # User Christopher Rogers # Date 1288554329 0 # Node ID d0f8d44e733144437e3bdaa8649ab6f2794ab1a0 # Parent af36dad1ed8b42a77becdad109acb88dd5851b0e Fixed typo in lyx build depends. diff -r af36dad1ed8b -r d0f8d44e7331 lyx/receipt --- a/lyx/receipt Sun Oct 31 19:25:49 2010 +0000 +++ b/lyx/receipt Sun Oct 31 19:45:29 2010 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="An advanced open-source document processor." MAINTAINER="gokhlayeh@slitaz.org" DEPENDS="qt4 python perl imagemagick aspell aiksaurus" -BUILD_DEPENDS="qt4-dev python-dev perl aiksaurus-dev" +BUILD_DEPENDS="Qt4-dev python-dev perl aiksaurus-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.lyx.org" WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/$TARBALL"