wok diff etherape/receipt @ rev 22401

expat: use same DL as in Next
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 08 12:26:44 2019 +0000 (2019-12-08)
parents ead2e76bcde5
children e5c6cfe4174a
line diff
     1.1 --- a/etherape/receipt	Mon Jun 06 09:08:05 2016 -0300
     1.2 +++ b/etherape/receipt	Sun Dec 08 12:26:44 2019 +0000
     1.3 @@ -11,12 +11,12 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  TAGS="ip monitoring network tcp vlan wlan"
     1.6  
     1.7 -DEPENDS="gtk+ libglade libgnome libpcap libgnomeui libtool \
     1.8 -libcrypto libxslt libgnome-keyring ossp-uuid"
     1.9 +DEPENDS="gtk+ libglade libgnome libpcap libgnomeui libltdl \
    1.10 +libcrypto libxslt libgnome-keyring util-linux-uuid"
    1.11  
    1.12  BUILD_DEPENDS="gcc glib-dev glibc-dev libglade-dev libgnome-dev gtk+-dev \
    1.13  libgnomeui-dev libpcap-dev gnome-doc-utils-dev libcrypto-dev libxslt-dev \
    1.14 -ossp-uuid-dev"
    1.15 +ossp-uuid-dev libtool"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()