diff options
author | pat <pat@FreeBSD.org> | 2002-04-02 01:30:37 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-02 01:30:37 +0800 |
commit | 5eb7372dd122aa4a570e92eaa83916969cf93942 (patch) | |
tree | 43259842c94fd61e875c3a18944182ddb48069c7 /security/pam_ldap/Makefile | |
parent | 8032f5ee48597993699dcc554d6620a1bfdc0156 (diff) | |
download | freebsd-ports-gnome-5eb7372dd122aa4a570e92eaa83916969cf93942.tar.gz freebsd-ports-gnome-5eb7372dd122aa4a570e92eaa83916969cf93942.tar.zst freebsd-ports-gnome-5eb7372dd122aa4a570e92eaa83916969cf93942.zip |
Unbreak pam_ldap on -CURRENT after the latest OpenPAM patch
PR: 36613
Submitted by: maintainer
Diffstat (limited to 'security/pam_ldap/Makefile')
-rw-r--r-- | security/pam_ldap/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 4be9a62109e1..3aa8faaefc41 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -16,10 +16,6 @@ MAINTAINER= marcus@marcuscom.com .include <bsd.port.pre.mk> -.if ${OSVERSION} > 500030 -BROKEN= "Does not work correctly with OpenPAM" -.endif - .if defined(WITH_LDAP_V3) LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ lber.2:${PORTSDIR}/net/openldap2 |