# HG changeset patch # User Pascal Bellard # Date 1654593319 0 # Node ID 7a66d92a9bded1fe64f9a7951313f62f457c228c # Parent ea7c7014b421657813fa647ca412ce6780b7ea9c gftp: enable ssl diff -r ea7c7014b421 -r 7a66d92a9bde gftp/receipt --- a/gftp/receipt Tue Jun 07 08:21:12 2022 +0000 +++ b/gftp/receipt Tue Jun 07 09:15:19 2022 +0000 @@ -11,8 +11,8 @@ WGET_URL="https://github.com/masneyb/$PACKAGE/archive/refs/tags/$VERSION.tar.gz" SUGGESTED="gftp-lang" -DEPENDS="gtk+ libxml2 xorg-libXdamage" -BUILD_DEPENDS="automake gtk+-dev libxml2-dev pkg-config" +DEPENDS="gtk+ libxml2 libssl xorg-libXdamage" +BUILD_DEPENDS="automake gtk+-dev libxml2-dev openssl-dev pkg-config" # What is the latest version available today? current_version() @@ -28,7 +28,6 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - --disable-ssl \ --disable-textport \ $CONFIGURE_ARGS && make &&