summaryrefslogtreecommitdiff
path: root/user/libsass
diff options
context:
space:
mode:
Diffstat (limited to 'user/libsass')
-rw-r--r--user/libsass/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/libsass/APKBUILD b/user/libsass/APKBUILD
index 0b0028274..b96567340 100644
--- a/user/libsass/APKBUILD
+++ b/user/libsass/APKBUILD
@@ -9,6 +9,8 @@ arch="all"
options="!check" # Tests require sassc, which requires this library.
license="MIT"
depends=""
+# There is no .so symlink in the -dev package.
+depends_dev="$pkgname=$pkgver-r$pkgrel"
makedepends=""
subpackages="$pkgname-dev"
source="libsass-$pkgver.tar.gz::https://github.com/sass/libsass/archive/$pkgver.tar.gz"