summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-08-03 21:21:21 +0000
committerminskim <minskim@pkgsrc.org>2018-08-03 21:21:21 +0000
commit481e8e91043ec00ca9fb49d39a10ca7e8efb5994 (patch)
treeaa57617fb1540128fb050bcb4ed10d97fd5f0d63 /devel
parent6cee957efb7f35ba2a734bfe23bfdff1761ebf25 (diff)
downloadpkgsrc-481e8e91043ec00ca9fb49d39a10ca7e8efb5994.tar.gz
devel/libcompizconfig: Do not depend on an unavailable package
devel/libinotify is not available on Linux.
Diffstat (limited to 'devel')
-rw-r--r--devel/libcompizconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libcompizconfig/Makefile b/devel/libcompizconfig/Makefile
index f2c7c20eb06..8a4f01580b7 100644
--- a/devel/libcompizconfig/Makefile
+++ b/devel/libcompizconfig/Makefile
@@ -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"