pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cinnamon: Don't include pyinotify on SunOS.
Module Name: pkgsrc-wip
Committed By: Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By: jperkin
Date: Tue Jul 31 12:43:24 2018 +0100
Changeset: bbbf069bb473da9c6718c3ca555735a29eeb4aa7
Modified Files:
cinnamon/Makefile
Log Message:
cinnamon: Don't include pyinotify on SunOS.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bbbf069bb473da9c6718c3ca555735a29eeb4aa7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cinnamon/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/cinnamon/Makefile b/cinnamon/Makefile
index 958750caab..c9cde8549d 100644
--- a/cinnamon/Makefile
+++ b/cinnamon/Makefile
@@ -78,9 +78,13 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/desktop.rules \
${DESTDIR}${PREFIX}/share/polkit-1/rules.d/desktop.rules
+.include "../../mk/bsd.prefs.mk"
+
DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
+.if ${OPSYS} != "SunOS"
DEPENDS+= ${PYPKGPREFIX}-pyinotify-[0-9]*:../../sysutils/py-pyinotify
+.endif
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
DEPENDS+= ${PYPKGPREFIX}-pam-[0-9]*:../../cinnamon/py-pam
DEPENDS+= caribou-[0-9]*:../../x11/caribou
Home |
Main Index |
Thread Index |
Old Index