diff options
-rw-r--r-- | user/libfm-extra/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/libfm-extra/APKBUILD b/user/libfm-extra/APKBUILD index 47e995043..18a9ddb73 100644 --- a/user/libfm-extra/APKBUILD +++ b/user/libfm-extra/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Library for generating menu caches" url="https://wiki.lxde.org/en/PCManFM" arch="all" license="GPL-2.0+" -makedepends="glib-dev" +makedepends="glib-dev intltool" subpackages="$pkgname-dev" source="https://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz" # because of course it's in the libfm tarball |