pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kcoreaddons



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Feb  6 12:12:56 UTC 2018

Modified Files:
        pkgsrc/devel/kcoreaddons: Makefile

Log Message:
kcoreaddons: Don't pull in inotify on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/kcoreaddons/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/kcoreaddons/Makefile
diff -u pkgsrc/devel/kcoreaddons/Makefile:1.19 pkgsrc/devel/kcoreaddons/Makefile:1.20
--- pkgsrc/devel/kcoreaddons/Makefile:1.19      Sun Jan 28 20:10:46 2018
+++ pkgsrc/devel/kcoreaddons/Makefile   Tue Feb  6 12:12:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/01/28 20:10:46 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/02/06 12:12:56 jperkin Exp $
 
 DISTNAME=      kcoreaddons-${KF5VER}
 PKGREVISION=   2
@@ -10,7 +10,10 @@ LICENSE=     gnu-lgpl-v2 AND gnu-lgpl-v2.1 A
 
 .include "../../meta-pkgs/kf5/Makefile.common"
 
+.if ${OPSYS} != "SunOS"
 .include "../../devel/libinotify/buildlink3.mk"
+.endif
+
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../mk/fam.buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"



Home | Main Index | Thread Index | Old Index