summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorobache <obache>2015-01-24 06:09:13 +0000
committerobache <obache>2015-01-24 06:09:13 +0000
commitc6cb85bee6bce7a62b1119a8faab7562ab8b96fd (patch)
tree991e37e279034def78c1d6b1334d6fe7f2f9e26e /x11
parent018e1105c7ba8c13c43d6aebe764831cf02eb8b8 (diff)
downloadpkgsrc-c6cb85bee6bce7a62b1119a8faab7562ab8b96fd.tar.gz
fixes DEPENDS pattern.
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscreensaver/options.mk b/x11/xscreensaver/options.mk
index c320dc151cb..9b1210761e0 100644
--- a/x11/xscreensaver/options.mk
+++ b/x11/xscreensaver/options.mk
@@ -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+= --with-pam
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