summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-15 08:16:57 +0000
committernia <nia@pkgsrc.org>2021-05-15 08:16:57 +0000
commitbea69f86295ae1c8cfc0eff350775b2de0a2b680 (patch)
treee23ec35c12d36e1652e1bb7d90af7e4e942a832d
parent8efe3cb4cd5ebf9020fb2f47c46a34720c66724a (diff)
downloadpkgsrc-bea69f86295ae1c8cfc0eff350775b2de0a2b680.tar.gz
deforaos-phone: wants alsa on linux
-rw-r--r--comms/deforaos-phone/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/deforaos-phone/Makefile b/comms/deforaos-phone/Makefile
index 508bc18a2f2..d522d0135c3 100644
--- a/comms/deforaos-phone/Makefile
+++ b/comms/deforaos-phone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/08/17 20:17:17 leot Exp $
+# $NetBSD: Makefile,v 1.41 2021/05/15 08:16:57 nia Exp $
DISTNAME= Phone-0.6.0
PKGNAME= deforaos-phone-0.6.0
@@ -39,6 +39,9 @@ post-install:
${RMDIR} ${DESTDIR}${PREFIX}/share/man
.endif
+.if ${OPSYS} == "Linux"
+.include "../../audio/alsa-lib/buildlink3.mk"
+.endif
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/deforaos-libdesktop/buildlink3.mk"