wok diff keepassx/receipt @ rev 4859

alpine: fix depends
author Paul Issott <paul@slitaz.org>
date Tue Feb 02 22:44:31 2010 +0000 (2010-02-02)
parents 871f410b9adc
children 8d3f3ded1725
line diff
     1.1 --- a/keepassx/receipt	Tue May 12 13:20:03 2009 +0000
     1.2 +++ b/keepassx/receipt	Tue Feb 02 22:44:31 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="Cross platform password manager"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="xorg-libXtst libQtcore libQtGui"
     1.8 +DEPENDS="xorg-libXtst libQtCore libQtGui"
     1.9  BUILD_DEPENDS="Qt4-dev xorg-libXtst-dev xorg-libXtst qmake"
    1.10  #SOURCE="KeePassX"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -13,7 +13,6 @@
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14  TAGS="password key"
    1.15  
    1.16 -
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {