pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libcompizconfig
Module Name: pkgsrc
Committed By: minskim
Date: Fri Aug 3 21:21:21 UTC 2018
Modified Files:
pkgsrc/devel/libcompizconfig: Makefile
Log Message:
devel/libcompizconfig: Do not depend on an unavailable package
devel/libinotify is not available on Linux.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/libcompizconfig/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libcompizconfig/Makefile
diff -u pkgsrc/devel/libcompizconfig/Makefile:1.64 pkgsrc/devel/libcompizconfig/Makefile:1.65
--- pkgsrc/devel/libcompizconfig/Makefile:1.64 Fri Jul 20 03:34:09 2018
+++ pkgsrc/devel/libcompizconfig/Makefile Fri Aug 3 21:21:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2018/07/20 03:34:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.65 2018/08/03 21:21:21 minskim Exp $
#
PKGVER= 0.8.8
@@ -28,7 +28,7 @@ INSTALLATION_DIRS= ${EGDIR}
.include "../../mk/bsd.prefs.mk"
.include "../../devel/protobuf/buildlink3.mk"
-.if ${OPSYS} != "SunOS"
+.if ${OPSYS} != "Linux" && ${OPSYS} != "SunOS"
.include "../../devel/libinotify/buildlink3.mk"
.endif
.include "../../x11/startup-notification/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index