pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/nss_ldap mark this ONLY_FOR NetBSD-3 (depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa98f32d21fb
branches:  trunk
changeset: 499215:aa98f32d21fb
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Sep 14 16:44:12 2005 +0000

description:
mark this ONLY_FOR NetBSD-3 (depends on nsswitch)
(XXX could be made on Linux and Solaris too)

diffstat:

 databases/nss_ldap/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3ec3fc9cee34 -r aa98f32d21fb databases/nss_ldap/Makefile
--- a/databases/nss_ldap/Makefile       Wed Sep 14 16:40:57 2005 +0000
+++ b/databases/nss_ldap/Makefile       Wed Sep 14 16:44:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/08/30 12:47:52 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2005/09/14 16:44:12 drochner Exp $
 #
 
 DISTNAME=              nss_ldap-239
@@ -10,6 +10,9 @@
 HOMEPAGE=              http://www.padl.com/OSS/nss_ldap.html
 COMMENT=               LDAP client for nsswitch
 
+# needs nsswitch
+ONLY_FOR_PLATFORM=     NetBSD-3.*-*
+
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake
 



Home | Main Index | Thread Index | Old Index