diff options
-rw-r--r-- | main/encfs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/encfs/APKBUILD b/main/encfs/APKBUILD index 0168fe7507..4f470e06dd 100644 --- a/main/encfs/APKBUILD +++ b/main/encfs/APKBUILD @@ -9,7 +9,7 @@ url="https://vgough.github.io/encfs/" arch="all" license="GPL" makedepends="rlog-dev libressl-dev fuse-dev boost-dev - libtool gettext-dev cmake tinyxml2-dev" + libtool gettext-dev cmake tinyxml2-dev perl" subpackages="$pkgname-doc $pkgname-lang" source="$pkgname-$_ver.tar.gz::https://github.com/vgough/encfs/archive/v$_ver.tar.gz" options="!check" # No test suite |