pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/coma
Module Name: pkgsrc
Committed By: nia
Date: Fri May 14 10:57:51 UTC 2021
Modified Files:
pkgsrc/wm/coma: Makefile
Log Message:
coma: needs libbsd on Linux
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/coma/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/coma/Makefile
diff -u pkgsrc/wm/coma/Makefile:1.6 pkgsrc/wm/coma/Makefile:1.7
--- pkgsrc/wm/coma/Makefile:1.6 Mon Aug 17 20:20:15 2020
+++ pkgsrc/wm/coma/Makefile Fri May 14 10:57:51 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/08/17 20:20:15 leot Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/14 10:57:51 nia Exp $
DISTNAME= coma-1.1
PKGREVISION= 1
@@ -22,6 +22,10 @@ USE_TOOLS+= pkg-config
MAKE_FLAGS+= MAN_DIR="${PREFIX}/${PKGMANDIR}"
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Linux"
+. include "../../devel/libbsd/buildlink3.mk"
+.endif
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index