pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xscreensaver fixes DEPENDS pattern.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faa23fcb43da
branches:  trunk
changeset: 645145:faa23fcb43da
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jan 24 06:09:13 2015 +0000

description:
fixes DEPENDS pattern.

diffstat:

 x11/xscreensaver/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18429dc9247b -r faa23fcb43da x11/xscreensaver/options.mk
--- a/x11/xscreensaver/options.mk       Sat Jan 24 03:55:56 2015 +0000
+++ b/x11/xscreensaver/options.mk       Sat Jan 24 06:09:13 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2012/06/15 23:06:08 dholland Exp $
+# $NetBSD: options.mk,v 1.9 2015/01/24 06:09:13 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xscreensaver
 PKG_SUPPORTED_OPTIONS= pam webcollage opengl
@@ -12,7 +12,7 @@
 CONFIGURE_ARGS+=       --without-shadow
 .  if ${OPSYS} == "NetBSD"
 # needed to read shadow passwords
-DEPENDS+=      pam-pwauth_suid-*:../../security/pam-pwauth_suid
+DEPENDS+=      pam-pwauth_suid-[0-9]*:../../security/pam-pwauth_suid
 .  endif
 .else
 CONFIGURE_ARGS+=       --without-pam



Home | Main Index | Thread Index | Old Index