pkgsrc-WIP-changes archive

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

mate-screensaver: disable pam for SunOS



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Wed Apr 27 15:26:41 2016 +0200
Changeset:	373f6de6a47e23fb805e3f26272ba74d92412a30

Modified Files:
	mate-screensaver/Makefile

Log Message:
mate-screensaver: disable pam for SunOS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=373f6de6a47e23fb805e3f26272ba74d92412a30

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mate-screensaver/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mate-screensaver/Makefile b/mate-screensaver/Makefile
index 7af40c0..f95b92d 100644
--- a/mate-screensaver/Makefile
+++ b/mate-screensaver/Makefile
@@ -29,7 +29,7 @@ CONF_FILES+=	${PREFIX}/share/examples/mate-screensaver/xdg/menus/mate-screensave
 
 PLIST_VARS+=		pam
 
-.if ${OPSYS} != "Darwin"
+.if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS"
 DEPENDS+=		pam-pwauth_suid-[0-9]*:../../security/pam-pwauth_suid
 INSTALLATION_DIRS+=	${PREFIX}/share/examples/pam.d
 


Home | Main Index | Thread Index | Old Index