# HG changeset patch # User Richard Dunbar # Date 1421654505 18000 # Node ID ec1c047ea51faf58089d3b975a476678a4e0b463 # Parent 54a5f5c453da550c5c060845f3d8dedefd4e4660 xchat,hexchat: enable ssl diff -r 54a5f5c453da -r ec1c047ea51f hexchat/receipt --- a/hexchat/receipt Mon Jan 19 00:23:49 2015 +0100 +++ b/hexchat/receipt Mon Jan 19 03:01:45 2015 -0500 @@ -11,7 +11,7 @@ WGET_URL="http://dl.hexchat.net/hexchat/$TARBALL" DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage python" -BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info python-dev" +BUILD_DEPENDS="gtk+-dev dbus-dev openssl-dev shared-mime-info python-dev" # Rules to configure and make the package. compile_rules() diff -r 54a5f5c453da -r ec1c047ea51f xchat/receipt --- a/xchat/receipt Mon Jan 19 00:23:49 2015 +0100 +++ b/xchat/receipt Mon Jan 19 03:01:45 2015 -0500 @@ -11,7 +11,7 @@ WGET_URL="http://www.xchat.org/files/source/${VERSION%.*}/$TARBALL" DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info" +BUILD_DEPENDS="gtk+-dev dbus-dev openssl-dev shared-mime-info" # Rules to configure and make the package. compile_rules()