aboutsummaryrefslogtreecommitdiffstats
path: root/community/filezilla/APKBUILD
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-06-25 15:31:10 +0000
committerprspkt <prspkt@protonmail.com>2019-06-27 23:04:27 +0300
commit92f803b192c9cecbda166b7be348db43de5bebf5 (patch)
treed79b494a6feef36e652088211d546d0c9c3636f6 /community/filezilla/APKBUILD
parent74ce2cef30d85c78a150f74d99600c1c25704056 (diff)
downloadaports-92f803b192c9cecbda166b7be348db43de5bebf5.tar.bz2
aports-92f803b192c9cecbda166b7be348db43de5bebf5.tar.xz
community/filezilla: unbreak by adding wxgtk3-dev makedepends
Diffstat (limited to 'community/filezilla/APKBUILD')
-rw-r--r--community/filezilla/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/filezilla/APKBUILD b/community/filezilla/APKBUILD
index c3301db32a..0e41723c1f 100644
--- a/community/filezilla/APKBUILD
+++ b/community/filezilla/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="FTP Client"
url="https://filezilla-project.org"
arch="all"
license="GPL-2.0-or-later"
-makedepends="libfilezilla-dev>=0.16.0 wxgtk-dev libidn-dev nettle-dev gnutls-dev
+makedepends="libfilezilla-dev>=0.16.0 wxgtk3-dev libidn-dev nettle-dev gnutls-dev
pugixml-dev xdg-utils gtk+2.0-dev sqlite-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2"