diff options
author | tron <tron@pkgsrc.org> | 2014-06-02 10:22:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-06-02 10:22:17 +0000 |
commit | 505a647909ee45a16d2ecfb2bc3e0e06c08bfc4b (patch) | |
tree | 450e4692a40494ff936ab78bd60c27cb4fa620ab /security | |
parent | ffcf9de9b81fdfb59d370c4cc3d84d3d25df5a2b (diff) | |
download | pkgsrc-505a647909ee45a16d2ecfb2bc3e0e06c08bfc4b.tar.gz |
Mark this package as FreeBSD and NetBSD only. Other platforms either
provide this (Linux or Solaris) or cannot use it (e.g. Darwin or OpenBSD).
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-ldap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index 6f988616532..99d33b837bc 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/05/29 19:59:39 tron Exp $ +# $NetBSD: Makefile,v 1.42 2014/06/02 10:22:17 tron Exp $ DISTNAME= pam_ldap-186 PKGNAME= ${DISTNAME:S/_/-/} @@ -12,6 +12,8 @@ HOMEPAGE= http://www.padl.com/pam_ldap.html COMMENT= Pluggable authentication module for LDAP directories LICENSE= gnu-lgpl-v2 +ONLY_FOR_PLATFORM= NetBSD-[3-9]*-* FreeBSD-*-* + USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes |