pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/sayaka
Module Name: pkgsrc
Committed By: nia
Date: Fri May 14 12:11:56 UTC 2021
Modified Files:
pkgsrc/net/sayaka: Makefile
Log Message:
sayaka: needs libbsd on non-bsd systems
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/sayaka/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/sayaka/Makefile
diff -u pkgsrc/net/sayaka/Makefile:1.33 pkgsrc/net/sayaka/Makefile:1.34
--- pkgsrc/net/sayaka/Makefile:1.33 Sun May 2 08:16:40 2021
+++ pkgsrc/net/sayaka/Makefile Fri May 14 12:11:55 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2021/05/02 08:16:40 nia Exp $
+# $NetBSD: Makefile,v 1.34 2021/05/14 12:11:55 nia Exp $
DISTNAME= sayaka-3.5.1
PKGREVISION= 1
@@ -24,6 +24,10 @@ INSTALLATION_DIRS+= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/sayaka ${DESTDIR}${PREFIX}/bin
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Linux"
+. include "../../devel/libbsd/buildlink3.mk"
+.endif
.include "../../graphics/png/buildlink3.mk"
.include "../../security/mbedtls/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index