pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/deforaos-phone



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 15 08:16:57 UTC 2021

Modified Files:
        pkgsrc/comms/deforaos-phone: Makefile

Log Message:
deforaos-phone: wants alsa on linux


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/comms/deforaos-phone/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/deforaos-phone/Makefile
diff -u pkgsrc/comms/deforaos-phone/Makefile:1.40 pkgsrc/comms/deforaos-phone/Makefile:1.41
--- pkgsrc/comms/deforaos-phone/Makefile:1.40   Mon Aug 17 20:17:17 2020
+++ pkgsrc/comms/deforaos-phone/Makefile        Sat May 15 08:16:57 2021
@@ -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"



Home | Main Index | Thread Index | Old Index