devel/libcompizconfig: Do not depend on an unavailable package

devel/libinotify is not available on Linux.
This commit is contained in:
minskim 2018-08-03 21:21:21 +00:00
parent 4ce8171570
commit f0600bc74f

View file

@ -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"