diff options
author | maya <maya@pkgsrc.org> | 2020-04-29 19:33:25 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2020-04-29 19:33:25 +0000 |
commit | c4b564c459ceae7a997fca47c48548c43797b674 (patch) | |
tree | 7b5b7a483f5ca4d265d56e91577ca0c8011687c8 | |
parent | 6cb9a0fa4023f1d6a8d2598a597bbc3210f515ab (diff) | |
download | pkgsrc-c4b564c459ceae7a997fca47c48548c43797b674.tar.gz |
pam-ldap: preemptively avoid "version 10" issues by accepting all
versions of netbsd. unlikely that anyone is using netbsd<3.
-rw-r--r-- | security/pam-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index 11a520cd3aa..d387db5c62d 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2020/01/18 21:50:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.49 2020/04/29 19:33:25 maya Exp $ DISTNAME= pam_ldap-186 PKGNAME= ${DISTNAME:S/_/-/} @@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Pluggable authentication module for LDAP directories LICENSE= gnu-lgpl-v2 -ONLY_FOR_PLATFORM= NetBSD-[3-9]*-* FreeBSD-*-* SunOS-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* SunOS-*-* USE_LIBTOOL= yes USE_TOOLS+= gmake |