diff options
author | hira <hira@pkgsrc.org> | 2006-08-10 11:53:08 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-08-10 11:53:08 +0000 |
commit | 9c9c705a895e4f7e817fa9c3e19da79e0cafea56 (patch) | |
tree | 539e75b9f66948a7f4552c840275713f7ae65682 /databases | |
parent | 3ec5857266d81f51098b9786eea5f429ca640875 (diff) | |
download | pkgsrc-9c9c705a895e4f7e817fa9c3e19da79e0cafea56.tar.gz |
Add NetBSD-4.0 and later to ONLY_FOR_PLATFORM.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/nss_ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/nss_ldap/Makefile b/databases/nss_ldap/Makefile index 2b6397fb229..5fd5f7bd0bc 100644 --- a/databases/nss_ldap/Makefile +++ b/databases/nss_ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/08/08 09:33:58 drochner Exp $ +# $NetBSD: Makefile,v 1.13 2006/08/10 11:53:08 hira Exp $ # DISTNAME= nss_ldap-240 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.padl.com/OSS/nss_ldap.html COMMENT= LDAP client for nsswitch # needs nsswitch -ONLY_FOR_PLATFORM= NetBSD-3.*-* +ONLY_FOR_PLATFORM= NetBSD-[3-9]*-* GNU_CONFIGURE= yes USE_TOOLS+= gmake |