wok-next rev 11501
mousepad: Fix BUILD_DEPENDS, DEPENDS
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Dec 22 00:00:21 2011 +0100 (2011-12-22) |
parents | 2f2da9a13241 |
children | d883f22d45ad |
files | mousepad/receipt |
line diff
1.1 --- a/mousepad/receipt Wed Dec 21 23:36:55 2011 +0100 1.2 +++ b/mousepad/receipt Thu Dec 22 00:00:21 2011 +0100 1.3 @@ -9,8 +9,9 @@ 1.4 WEB_SITE="http://www.xfce.org/" 1.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 1.6 1.7 -DEPENDS="libxfcegui4 libxfce4util startup-notification xorg-libXdamage" 1.8 -BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev intltool startup-notification-dev" 1.9 +DEPENDS="libxfcegui4 libxfce4util startup-notification xorg-libXdamage util-linux-ng-uuid" 1.10 +BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev intltool startup-notification-dev 1.11 + util-linux-ng-uuid-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()