diff options
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 84e24bb5347f..80825d0bf2a7 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -29,6 +29,10 @@ CONFIGURE_ARGS+= --enable-shared --without-krb4 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Incomplete pkg-plist on 4.x" +.endif + .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} |